From 9b32a5e548ddcbe6b10be8fdec3e37d5d1ca632b Mon Sep 17 00:00:00 2001 From: Ruben Koster Date: Tue, 16 Jun 2026 09:23:01 +0200 Subject: [PATCH 1/3] Add Agentic Runtime working group --- orgs/orgs.yml | 4 ++ toc/working-groups/WORKING-GROUPS.md | 23 +++++++++ toc/working-groups/agentic-runtime.md | 72 +++++++++++++++++++++++++++ 3 files changed, 99 insertions(+) create mode 100644 toc/working-groups/agentic-runtime.md diff --git a/orgs/orgs.yml b/orgs/orgs.yml index 932ddc35f..e96b8193d 100644 --- a/orgs/orgs.yml +++ b/orgs/orgs.yml @@ -23,6 +23,10 @@ orgs: admin-tools: has_projects: true private: true + agentic-runtime-notes: + default_branch: main + description: Research notes, design documents, and RFCs for the Agentic Runtime Working Group + has_projects: true api-docs: default_branch: main description: Cloud Controller API Docs diff --git a/toc/working-groups/WORKING-GROUPS.md b/toc/working-groups/WORKING-GROUPS.md index a4bf97253..8a9aaf1c3 100644 --- a/toc/working-groups/WORKING-GROUPS.md +++ b/toc/working-groups/WORKING-GROUPS.md @@ -34,6 +34,7 @@ Most working groups manage a subset of repositories in the `cloudfoundry` GitHub The current working groups are: +- Agentic Runtime - App Runtime Deployments - App Runtime Interfaces - App Runtime Platform @@ -45,6 +46,28 @@ The current working groups are: - Concourse +## Agentic Runtime + +Mission: To define and advance a shared vision for running AI agents and LLM-powered workloads as first-class citizens on Cloud Foundry. + +The GitHub repos this WG manages in the `cloudfoundry` GitHub organization are to be labeled with the `cff-wg-agentic-runtime` topic. + +| Artifact | Link | +| -------------------------- | ---- | +| Charter | [agentic-runtime.md](./agentic-runtime.md) | +| Forum | TBD | +| Community Meeting Calendar | TBD | +| Meeting Notes | TBD | +| Slack Channel | [#ai-wg](https://cloudfoundry.slack.com/archives/C0B214KJ1HA) | + +|   | Leads | Company | Profile | +| -------------------------------------------------------- | ---------------- | ------- | ---------------------------------------- | +| | Beyhan Veli | SAP | [@beyhan](https://github.com/beyhan) | +| | Wayne E. Seguin | FiveTwenty.io | [@wayneeseguin](https://github.com/wayneeseguin) | +| | Ruben Koster | Rabobank | [@rkoster](https://github.com/rkoster) | +| | Ioannis Tsouvalas |   | [@itsouvalas](https://github.com/itsouvalas) | + + ## App Runtime Deployments Mission: Provide reference deployments of the CF App Runtime to CF community end users, CF community contributors, and CF commercial vendors. diff --git a/toc/working-groups/agentic-runtime.md b/toc/working-groups/agentic-runtime.md new file mode 100644 index 000000000..07039aeae --- /dev/null +++ b/toc/working-groups/agentic-runtime.md @@ -0,0 +1,72 @@ +# Agentic Runtime: Working Group Charter + +## Mission + +Define and advance a shared vision for running AI agents and LLM-powered workloads as first-class citizens on Cloud Foundry — deployed, managed, secured, scaled, and observed using the same platform-native primitives that developers and operators rely on today. + +## Goals + +* Establish lifecycle and runtime models for agents running alongside traditional apps on CF +* Define standards for agent identity, authentication, and authorization within CF spaces +* Drive platform extensions for autonomy, orchestration, and inter-agent communication on CF +* Carry CF's core values of security, operability, portability, and developer experience into agentic workloads + +## Scope + +* Define and evolve architectural, security, and operational models for CF-native agent workloads +* Evaluate technologies in the agentic ecosystem for relevance to CF's runtime model +* Produce design documents, RFCs, and implementations for agentic runtime primitives in CF +* Collaborate with other CF working groups to integrate agent capabilities into the CF platform + +## Non-Goals + +* General-purpose AI/ML infrastructure not tied to CF's runtime model +* Agent model training, fine-tuning, or inference serving infrastructure +* Agentic runtime work targeting Kubernetes-native approaches outside CF's deployment model +* Exposing GPUs to application containers +* Running LLMs directly on Diego — LLM inference should be deployed via BOSH and exposed to applications through the CF service broker API + +## Roles & Technical Assets + +Research notes, design documents, and RFCs for agentic workloads on Cloud Foundry. + +```yaml +name: Agentic Runtime + +execution_leads: +- name: Beyhan Veli + github: beyhan + +technical_leads: +- name: Wayne E. Seguin + github: wayneeseguin +- name: Ruben Koster + github: rkoster +- name: Ioannis Tsouvalas + github: itsouvalas + +areas: +- name: Agentic Runtime + approvers: + - name: Benjamin Guttmann + github: benjaminguttmann-avtq + - name: Aram Price + github: aramprice + - name: Vladimir Savchenko + github: vlast3k + - name: Arsalan Khan + github: asalan316 + reviewers: + - name: Tsvetelina Marinova + github: ivanovac + - name: Ned Petrov + github: neddp + - name: Ivaylo Ivanov + github: ivaylogi98 + - name: Saumya Dudeja + github: dudejas + - name: Nicolas Herbst + github: nmaurer23 + repositories: + - cloudfoundry/agentic-runtime-notes +``` From 9c8ba49fc583401c56df6522d7bb559eb4483dd4 Mon Sep 17 00:00:00 2001 From: Ruben Koster Date: Tue, 16 Jun 2026 09:24:29 +0200 Subject: [PATCH 2/3] Fix: add required bots field to Agentic Runtime WG charter --- toc/working-groups/agentic-runtime.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/toc/working-groups/agentic-runtime.md b/toc/working-groups/agentic-runtime.md index 07039aeae..59814356c 100644 --- a/toc/working-groups/agentic-runtime.md +++ b/toc/working-groups/agentic-runtime.md @@ -45,6 +45,8 @@ technical_leads: - name: Ioannis Tsouvalas github: itsouvalas +bots: [] + areas: - name: Agentic Runtime approvers: From 09a43a8f06e075fa55dcabd3bcd77f161bf964d2 Mon Sep 17 00:00:00 2001 From: Beyhan Veli Date: Wed, 17 Jun 2026 09:08:45 +0200 Subject: [PATCH 3/3] Add Kevin and Rashid --- toc/working-groups/agentic-runtime.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/toc/working-groups/agentic-runtime.md b/toc/working-groups/agentic-runtime.md index 59814356c..e48d7b6d4 100644 --- a/toc/working-groups/agentic-runtime.md +++ b/toc/working-groups/agentic-runtime.md @@ -58,6 +58,8 @@ areas: github: vlast3k - name: Arsalan Khan github: asalan316 + - name: Kevin Rutten + github: krutten reviewers: - name: Tsvetelina Marinova github: ivanovac @@ -69,6 +71,8 @@ areas: github: dudejas - name: Nicolas Herbst github: nmaurer23 + - name: Rashid Rashidov + github: rrashidov repositories: - cloudfoundry/agentic-runtime-notes ```