Skip to content

Commit 2ae021e

Browse files
committed
📝 (examples): Drop stale "(coming soon)" from index table headers
The python and scenarios index READMEs and the docs/choosing-an-example.md Node/Go/Scenarios tables still labelled their "Sub-project" column "(coming soon)" even though the examples now exist — matching the wording the node/ and go/ index READMEs already use. Column widths are preserved so the tables stay aligned.
1 parent 4bdff2e commit 2ae021e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/choosing-an-example.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ All Python examples use the `agent-assembly` Python SDK (PyPI package).
5050

5151
> See [`node/README.md`](../node/README.md) for the full index.
5252
53-
| I want to… | Example sub-project (coming soon) |
53+
| I want to… | Example sub-project |
5454
|------------------------------------------------|------------------------------------------------|
5555
| Wire Agent Assembly into a LangChain.js agent | `node/langchain-js-basic-agent/` |
5656
| Apply tool policies with the OpenAI Node SDK | `node/openai-node-tool-policy/` |
@@ -72,7 +72,7 @@ All Node.js examples use the `@agent-assembly/sdk` npm package.
7272

7373
> See [`go/README.md`](../go/README.md) for the full index.
7474
75-
| I want to… | Example sub-project (coming soon) |
75+
| I want to… | Example sub-project |
7676
|------------------------------------------------|------------------------------------------------|
7777
| Build a basic governed agent in Go | `go/basic-agent/` |
7878
| Enforce tool-level policies in Go | `go/tool-policy/` |
@@ -89,7 +89,7 @@ All Go examples use the `github.com/ai-agent-assembly/go-sdk` module.
8989
9090
These examples demonstrate a specific Agent Assembly capability in a language-agnostic way. Pick by what you want to understand.
9191

92-
| I want to understand… | Scenario sub-project (coming soon) |
92+
| I want to understand… | Scenario sub-project |
9393
|------------------------------------------------|------------------------------------------------|
9494
| How policy enforcement works end-to-end | `scenarios/policy-enforcement/` |
9595
| How human-in-the-loop approval gates work | `scenarios/approval-gates/` |

python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This directory contains runnable Python examples showing how to integrate Agent
44

55
## What lives here
66

7-
| Sub-project (coming soon) | Framework | What it demonstrates |
7+
| Sub-project | Framework | What it demonstrates |
88
|------------------------------------|------------------|-----------------------------------------------------------|
99
| `langchain-basic-agent/` | LangChain | Wire Agent Assembly SDK into a basic LangChain agent |
1010
| `openai-agents-sdk/` | OpenAI Agents SDK| Govern tool calls made by an OpenAI Agents SDK agent |

scenarios/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This directory contains cross-language examples that demonstrate a specific Agen
44

55
## What lives here
66

7-
| Sub-project (coming soon) | What it demonstrates |
7+
| Sub-project | What it demonstrates |
88
|------------------------------------|-----------------------------------------------------------------------------|
99
| `policy-enforcement/` | Define and apply allow/deny policy rules; observe blocked and allowed calls |
1010
| `approval-gates/` | Trigger human-in-the-loop approval for a high-risk tool call |

0 commit comments

Comments
 (0)