Commit eddc7f1
Kowser
Add agents documentation; update README with extras install instructions
Copies Agentspan's docs/ (6 files: README, getting-started, writing-agents,
advanced, framework-agents, api-reference) into docs/agents/. Fixes the
two install-instruction lines that referenced the now-discarded package:
docs/agents/README.md's PyPI badge and docs/agents/getting-started.md's
`uv add conductor-agent-sdk` -- both now point at
`pip install 'conductor-python[agents]'`. Left CLI command references
(`agentspan deploy`, `agentspan credentials set`, etc.) untouched --
those describe the separate Go CLI binary, which is its own release
artifact in the agentspan monorepo, not part of this merge or the
Agentspan Python SDK being discarded.
Adds a new "AI Agents" section to the root README (deliberately
separate from the existing "AI & LLM Workflows" section, which covers
the older conductor.client.ai orchestrator layer, not this durable
agent-runtime layer) plus a docs-table entry and an extras-install
callout in "Install the SDK". Mirrors the same addition in
examples/README.md's AI/LLM Workflows area, pointing at the new
examples/agents/README.md catalog rather than duplicating its 270+
entries.1 parent 1862c71 commit eddc7f1
8 files changed
Lines changed: 1428 additions & 0 deletions
File tree
- docs/agents
- examples
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
70 | 78 | | |
71 | 79 | | |
72 | 80 | | |
| |||
407 | 415 | | |
408 | 416 | | |
409 | 417 | | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
410 | 447 | | |
411 | 448 | | |
412 | 449 | | |
| |||
467 | 504 | | |
468 | 505 | | |
469 | 506 | | |
| 507 | + | |
470 | 508 | | |
471 | 509 | | |
472 | 510 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 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 | + | |
0 commit comments