This repository was archived by the owner on Mar 6, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
53 lines (48 loc) · 1.69 KB
/
mkdocs.yml
File metadata and controls
53 lines (48 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
site_name: Unified Agent SDK
site_description: Provider-agnostic runtime/session API for agent orchestrators.
site_url: https://kky42.github.io/unified-agent-sdk/
repo_url: https://github.com/kky42/unified-agent-sdk
repo_name: kky42/unified-agent-sdk
edit_uri: edit/main/docs/
docs_dir: docs
theme:
name: material
plugins:
- search
markdown_extensions:
- admonition
- footnotes
- tables
- toc:
permalink: true
nav:
- Home: index.md
- Getting Started: getting-started.md
- Use Cases: use-cases.md
- Guides:
- Configuration: guides/config.md
- MCP Servers: guides/mcp-servers.md
- Instruction Files: guides/instruction-files.md
- Orchestrator: guides/orchestrator.md
- uagent CLI (Interactive): guides/interactive.md
- Sessions: guides/sessions.md
- Events: guides/events.md
- Structured Output: guides/structured-output.md
- Experiments:
- Overview: experiments/index.md
- "2026-01-23: Access & Sandboxing": experiments/2026-01-23-access-sandboxing.md
- "2026-01-20: In-Flight Session Reconfiguration": experiments/2026-01-20-inflight-session-reconfiguration.md
- "2026-01-23: Permission E2E Testing": experiments/2026-01-23-permission-e2e-testing.md
- Providers:
- Codex: providers/codex.md
- Claude: providers/claude.md
- Reference:
- Packages: reference/packages.md
- Specs:
- Testing: specs/testing.md
- E2E Testing Principles: specs/e2e-testing-principles.md
- Instruction Discovery: specs/instruction-discovery.md
- Permission Mapping: specs/permission.md
- Event Mapping: specs/event-mapping.md
- ACP: specs/acp.md
- Contributing: specs/contributing.md