From f59f2212e0e4a644016a8a282ddf688ca1a4fdfd Mon Sep 17 00:00:00 2001 From: Chisanan232 Date: Thu, 9 Jul 2026 13:41:44 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20(docs):=20update=20repo=20URL=20?= =?UTF-8?q?references=20after=20org=20prefix=20rename?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- docs/examples/agno.md | 4 ++-- docs/examples/crewai-research-crew.md | 4 ++-- docs/examples/custom-tool-policy.md | 4 ++-- docs/examples/framework-support.md | 4 ++-- docs/examples/google-adk.md | 4 ++-- docs/examples/haystack.md | 4 ++-- docs/examples/index.md | 2 +- docs/examples/langchain-basic-agent.md | 4 ++-- docs/examples/langchain-research-agent.md | 4 ++-- docs/examples/langgraph.md | 4 ++-- docs/examples/llamaindex-tool-policy.md | 4 ++-- docs/examples/microsoft-agent-framework.md | 4 ++-- docs/examples/openai-agents-sdk.md | 4 ++-- docs/examples/preparing-the-runtime-environment.md | 4 ++-- docs/examples/pydantic-ai.md | 4 ++-- docs/examples/smolagents.md | 4 ++-- 17 files changed, 32 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index f4e7bb2e..e494777b 100644 --- a/README.md +++ b/README.md @@ -279,7 +279,7 @@ directly: | [python-sdk](https://github.com/ai-agent-assembly/python-sdk) | **This repo** — the Python SDK. | | [node-sdk](https://github.com/ai-agent-assembly/node-sdk) · [go-sdk](https://github.com/ai-agent-assembly/go-sdk) | Sibling SDKs for TypeScript/Node and Go. | | [homebrew-tap](https://github.com/ai-agent-assembly/homebrew-tap) | Homebrew tap for installing the `aasm` runtime CLI. | -| [agent-assembly-examples](https://github.com/ai-agent-assembly/agent-assembly-examples) | Runnable examples — learn by running small, framework-specific Python (and Node/Go) samples covering policy enforcement, approvals, audit, trace, and runtime workflows. | +| [agent-assembly-examples](https://github.com/ai-agent-assembly/examples) | Runnable examples — learn by running small, framework-specific Python (and Node/Go) samples covering policy enforcement, approvals, audit, trace, and runtime workflows. | The protocol specification and gateway behaviour the SDK targets live in the core runtime monorepo; see its [README](https://github.com/ai-agent-assembly/agent-assembly#readme) for the diff --git a/docs/examples/agno.md b/docs/examples/agno.md index dc5e81e2..c8376e44 100644 --- a/docs/examples/agno.md +++ b/docs/examples/agno.md @@ -107,6 +107,6 @@ uv run pytest tests/ -v ## Links -- [Example directory](https://github.com/ai-agent-assembly/agent-assembly-examples/tree/master/python/agno-tool-policy) -- [Example README](https://github.com/ai-agent-assembly/agent-assembly-examples/blob/master/python/agno-tool-policy/README.md) +- [Example directory](https://github.com/ai-agent-assembly/examples/tree/master/python/agno-tool-policy) +- [Example README](https://github.com/ai-agent-assembly/examples/blob/master/python/agno-tool-policy/README.md) - [Agno documentation](https://docs.agno.com/) diff --git a/docs/examples/crewai-research-crew.md b/docs/examples/crewai-research-crew.md index 99c19e68..46ab2be9 100644 --- a/docs/examples/crewai-research-crew.md +++ b/docs/examples/crewai-research-crew.md @@ -204,6 +204,6 @@ The `chain:` column in the audit replay is the delegation call stack each `Audit ## Links -- [Example directory](https://github.com/ai-agent-assembly/agent-assembly-examples/tree/master/python/crewai-research-crew) -- [Example README](https://github.com/ai-agent-assembly/agent-assembly-examples/blob/master/python/crewai-research-crew/README.md) +- [Example directory](https://github.com/ai-agent-assembly/examples/tree/master/python/crewai-research-crew) +- [Example README](https://github.com/ai-agent-assembly/examples/blob/master/python/crewai-research-crew/README.md) - [CrewAI documentation](https://docs.crewai.com/) diff --git a/docs/examples/custom-tool-policy.md b/docs/examples/custom-tool-policy.md index 462c31ee..104ec439 100644 --- a/docs/examples/custom-tool-policy.md +++ b/docs/examples/custom-tool-policy.md @@ -144,6 +144,6 @@ Running governed tool calls: ## Links -- [Example directory](https://github.com/ai-agent-assembly/agent-assembly-examples/tree/master/python/custom-tool-policy) -- [README](https://github.com/ai-agent-assembly/agent-assembly-examples/blob/master/python/custom-tool-policy/README.md) +- [Example directory](https://github.com/ai-agent-assembly/examples/tree/master/python/custom-tool-policy) +- [README](https://github.com/ai-agent-assembly/examples/blob/master/python/custom-tool-policy/README.md) - [LlamaIndex — manual tool policy](llamaindex-tool-policy.md) diff --git a/docs/examples/framework-support.md b/docs/examples/framework-support.md index 2b05bc79..f9dea9da 100644 --- a/docs/examples/framework-support.md +++ b/docs/examples/framework-support.md @@ -36,7 +36,7 @@ entry points. On exit, all hooks are removed in reverse order. Each framework below ships an adapter under `agent_assembly/adapters/`. The **Runnable example** column reflects whether a complete, validated example exists today — either inline in this guide or as a curated script in the central -[`agent-assembly-examples`](https://github.com/ai-agent-assembly/agent-assembly-examples/tree/master/python) +[`agent-assembly-examples`](https://github.com/ai-agent-assembly/examples/tree/master/python) repository. | Framework | Adapter | Runnable example | @@ -104,7 +104,7 @@ directory for additional in-repo runnable scripts and their status. ## More runnable examples Curated, end-to-end examples for each framework live in the central -[`agent-assembly-examples`](https://github.com/ai-agent-assembly/agent-assembly-examples/tree/master/python) +[`agent-assembly-examples`](https://github.com/ai-agent-assembly/examples/tree/master/python) repository. Each directory is a self-contained, cloneable project. This section documents each one in detail — start with [Preparing the runtime environment](preparing-the-runtime-environment.md), then follow the per-framework page: diff --git a/docs/examples/google-adk.md b/docs/examples/google-adk.md index 2676c1e4..e83236ba 100644 --- a/docs/examples/google-adk.md +++ b/docs/examples/google-adk.md @@ -161,6 +161,6 @@ Assembly context shut down. ## Links -- [Example directory](https://github.com/ai-agent-assembly/agent-assembly-examples/tree/master/python/google-adk) -- [Example README](https://github.com/ai-agent-assembly/agent-assembly-examples/blob/master/python/google-adk/README.md) +- [Example directory](https://github.com/ai-agent-assembly/examples/tree/master/python/google-adk) +- [Example README](https://github.com/ai-agent-assembly/examples/blob/master/python/google-adk/README.md) - [Google ADK documentation](https://google.github.io/adk-docs/) diff --git a/docs/examples/haystack.md b/docs/examples/haystack.md index 6731261b..01688ddb 100644 --- a/docs/examples/haystack.md +++ b/docs/examples/haystack.md @@ -112,6 +112,6 @@ uv run pytest tests/ -v ## Links -- [Example directory](https://github.com/ai-agent-assembly/agent-assembly-examples/tree/master/python/haystack-tool-policy) -- [Example README](https://github.com/ai-agent-assembly/agent-assembly-examples/blob/master/python/haystack-tool-policy/README.md) +- [Example directory](https://github.com/ai-agent-assembly/examples/tree/master/python/haystack-tool-policy) +- [Example README](https://github.com/ai-agent-assembly/examples/blob/master/python/haystack-tool-policy/README.md) - [Haystack documentation](https://haystack.deepset.ai/) diff --git a/docs/examples/index.md b/docs/examples/index.md index 600d1c13..bd44ae86 100644 --- a/docs/examples/index.md +++ b/docs/examples/index.md @@ -2,7 +2,7 @@ End-to-end, runnable examples that govern real AI agent frameworks with Agent Assembly. Each example is a self-contained project in the -[`agent-assembly-examples`](https://github.com/ai-agent-assembly/agent-assembly-examples/tree/master/python) +[`agent-assembly-examples`](https://github.com/ai-agent-assembly/examples/tree/master/python) repository, and each page below walks through what it demonstrates, how the `init_assembly()` adapter flow wires the framework, an annotated code walkthrough, and the expected output. diff --git a/docs/examples/langchain-basic-agent.md b/docs/examples/langchain-basic-agent.md index eb5d173c..b38663e1 100644 --- a/docs/examples/langchain-basic-agent.md +++ b/docs/examples/langchain-basic-agent.md @@ -189,6 +189,6 @@ Assembly context shut down. ## Links -- Example directory: -- Example README: +- Example directory: +- Example README: - LangChain documentation: diff --git a/docs/examples/langchain-research-agent.md b/docs/examples/langchain-research-agent.md index ad94fa2e..52f623a6 100644 --- a/docs/examples/langchain-research-agent.md +++ b/docs/examples/langchain-research-agent.md @@ -211,6 +211,6 @@ The final block replays the full audit trail and the running budget total — th ## Links -- [Example directory](https://github.com/ai-agent-assembly/agent-assembly-examples/tree/master/python/langchain-research-agent) -- [Example README](https://github.com/ai-agent-assembly/agent-assembly-examples/blob/master/python/langchain-research-agent/README.md) +- [Example directory](https://github.com/ai-agent-assembly/examples/tree/master/python/langchain-research-agent) +- [Example README](https://github.com/ai-agent-assembly/examples/blob/master/python/langchain-research-agent/README.md) - [LangChain documentation](https://python.langchain.com/) diff --git a/docs/examples/langgraph.md b/docs/examples/langgraph.md index f778294a..452531da 100644 --- a/docs/examples/langgraph.md +++ b/docs/examples/langgraph.md @@ -165,6 +165,6 @@ Assembly context shut down. ## Links -- [Example directory](https://github.com/ai-agent-assembly/agent-assembly-examples/tree/master/python/langgraph) -- [README](https://github.com/ai-agent-assembly/agent-assembly-examples/blob/master/python/langgraph/README.md) +- [Example directory](https://github.com/ai-agent-assembly/examples/tree/master/python/langgraph) +- [README](https://github.com/ai-agent-assembly/examples/blob/master/python/langgraph/README.md) - [LangGraph documentation](https://langchain-ai.github.io/langgraph/) diff --git a/docs/examples/llamaindex-tool-policy.md b/docs/examples/llamaindex-tool-policy.md index 8c4264b0..bc6c3978 100644 --- a/docs/examples/llamaindex-tool-policy.md +++ b/docs/examples/llamaindex-tool-policy.md @@ -115,6 +115,6 @@ uv run pytest tests/ -v ## Links -- [Example directory](https://github.com/ai-agent-assembly/agent-assembly-examples/tree/master/python/llamaindex-tool-policy) -- [Example README](https://github.com/ai-agent-assembly/agent-assembly-examples/blob/master/python/llamaindex-tool-policy/README.md) +- [Example directory](https://github.com/ai-agent-assembly/examples/tree/master/python/llamaindex-tool-policy) +- [Example README](https://github.com/ai-agent-assembly/examples/blob/master/python/llamaindex-tool-policy/README.md) - [LlamaIndex documentation](https://docs.llamaindex.ai/) diff --git a/docs/examples/microsoft-agent-framework.md b/docs/examples/microsoft-agent-framework.md index 2961828a..99637b76 100644 --- a/docs/examples/microsoft-agent-framework.md +++ b/docs/examples/microsoft-agent-framework.md @@ -127,6 +127,6 @@ The smoke tests `pytest.importorskip("agent_framework")`, so they **skip cleanly ## Links -- [Example directory](https://github.com/ai-agent-assembly/agent-assembly-examples/tree/master/python/microsoft-agent-framework-tool-policy) -- [Example README](https://github.com/ai-agent-assembly/agent-assembly-examples/blob/master/python/microsoft-agent-framework-tool-policy/README.md) +- [Example directory](https://github.com/ai-agent-assembly/examples/tree/master/python/microsoft-agent-framework-tool-policy) +- [Example README](https://github.com/ai-agent-assembly/examples/blob/master/python/microsoft-agent-framework-tool-policy/README.md) - [Microsoft Agent Framework](https://github.com/microsoft/agent-framework) diff --git a/docs/examples/openai-agents-sdk.md b/docs/examples/openai-agents-sdk.md index c42c43e3..6f9ddd52 100644 --- a/docs/examples/openai-agents-sdk.md +++ b/docs/examples/openai-agents-sdk.md @@ -157,6 +157,6 @@ Running governed tool calls: ## Links -- [Example directory](https://github.com/ai-agent-assembly/agent-assembly-examples/tree/master/python/openai-agents-sdk) -- [Example README](https://github.com/ai-agent-assembly/agent-assembly-examples/blob/master/python/openai-agents-sdk/README.md) +- [Example directory](https://github.com/ai-agent-assembly/examples/tree/master/python/openai-agents-sdk) +- [Example README](https://github.com/ai-agent-assembly/examples/blob/master/python/openai-agents-sdk/README.md) - [OpenAI Agents SDK docs](https://openai.github.io/openai-agents-python/) diff --git a/docs/examples/preparing-the-runtime-environment.md b/docs/examples/preparing-the-runtime-environment.md index 09f73629..5a8c1306 100644 --- a/docs/examples/preparing-the-runtime-environment.md +++ b/docs/examples/preparing-the-runtime-environment.md @@ -1,7 +1,7 @@ # Preparing the runtime environment Every page in this section walks through a self-contained, cloneable example from the -[`agent-assembly-examples`](https://github.com/ai-agent-assembly/agent-assembly-examples/tree/master/python) +[`agent-assembly-examples`](https://github.com/ai-agent-assembly/examples/tree/master/python) repository. The examples share the same prerequisites and the same run shape, so this page collects everything you need **once** — each per-framework page then only lists what is specific to that example. @@ -41,7 +41,7 @@ The examples live in a dedicated repository. Clone it and change into the `pytho directory: ```bash -git clone https://github.com/ai-agent-assembly/agent-assembly-examples.git +git clone https://github.com/ai-agent-assembly/examples.git cd agent-assembly-examples/python ``` diff --git a/docs/examples/pydantic-ai.md b/docs/examples/pydantic-ai.md index f9ed3553..f3320cf2 100644 --- a/docs/examples/pydantic-ai.md +++ b/docs/examples/pydantic-ai.md @@ -193,6 +193,6 @@ Assembly context shut down. ## Links -- [Example directory](https://github.com/ai-agent-assembly/agent-assembly-examples/tree/master/python/pydantic-ai) -- [Example README](https://github.com/ai-agent-assembly/agent-assembly-examples/blob/master/python/pydantic-ai/README.md) +- [Example directory](https://github.com/ai-agent-assembly/examples/tree/master/python/pydantic-ai) +- [Example README](https://github.com/ai-agent-assembly/examples/blob/master/python/pydantic-ai/README.md) - [Pydantic AI documentation](https://ai.pydantic.dev/) diff --git a/docs/examples/smolagents.md b/docs/examples/smolagents.md index 1a5e3b10..c3605fca 100644 --- a/docs/examples/smolagents.md +++ b/docs/examples/smolagents.md @@ -112,6 +112,6 @@ It asserts that an allowed tool runs its body, a denied tool returns the `[BLOCK ## Links -- [Example directory](https://github.com/ai-agent-assembly/agent-assembly-examples/tree/master/python/smolagents-tool-policy) -- [Example README](https://github.com/ai-agent-assembly/agent-assembly-examples/blob/master/python/smolagents-tool-policy/README.md) +- [Example directory](https://github.com/ai-agent-assembly/examples/tree/master/python/smolagents-tool-policy) +- [Example README](https://github.com/ai-agent-assembly/examples/blob/master/python/smolagents-tool-policy/README.md) - [Smolagents documentation](https://github.com/huggingface/smolagents)