Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions orgs/orgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ orgs:
admin-tools:
has_projects: true
private: true
agentic-runtime-notes:

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bringing the *-notes pattern back, just like the legendary: https://github.com/cloudfoundry-attic/bosh-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
Expand Down
23 changes: 23 additions & 0 deletions toc/working-groups/WORKING-GROUPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 |
| -------------------------------------------------------- | ---------------- | ------- | ---------------------------------------- |
| <img width="30px" src="https://github.com/beyhan.png"> | Beyhan Veli | SAP | [@beyhan](https://github.com/beyhan) |
| <img width="30px" src="https://github.com/wayneeseguin.png"> | Wayne E. Seguin | FiveTwenty.io | [@wayneeseguin](https://github.com/wayneeseguin) |
| <img width="30px" src="https://github.com/rkoster.png"> | Ruben Koster | Rabobank | [@rkoster](https://github.com/rkoster) |
| <img width="30px" src="https://github.com/itsouvalas.png"> | Ioannis Tsouvalas | &nbsp; | [@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.
Expand Down
74 changes: 74 additions & 0 deletions toc/working-groups/agentic-runtime.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
# 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

bots: []

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
```