8000 api reference - add missing content by pgrayy · Pull Request #153 · strands-agents/docs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

api reference - add missing content #153

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 14, 2025
Merged
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
3 changes: 3 additions & 0 deletions docs/api-reference/agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@
::: strands.agent.conversation_manager.summarizing_conversation_manager
options:
heading_level: 3
::: strands.agent.state
options:
heading_level: 2
11 changes: 11 additions & 0 deletions docs/api-reference/experimental.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
::: strands.experimental
options:
heading_level: 1
members: false
::: strands.experimental.hooks
options:
heading_level: 2
members: false
::: strands.experimental.hooks.events
options:
heading_level: 3
10 changes: 10 additions & 0 deletions docs/api-reference/hooks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
::: strands.hooks
options:
heading_level: 1
members: false
::: strands.hooks.events
options:
heading_level: 2
::: strands.hooks.registry
options:
heading_level: 2
6 changes: 6 additions & 0 deletions docs/api-reference/models.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,15 @@
::: strands.models.llamaapi
options:
heading_level: 2
::: strands.models.mistral
options:
heading_level: 2
::: strands.models.ollama
options:
heading_level: 2
::: strands.models.openai
options:
heading_level: 2
::: strands.models.writer
options:
heading_level: 2
20 changes: 20 additions & 0 deletions docs/api-reference/multiagent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
::: strands.multiagent
options:
heading_level: 1
members: false
::: strands.multiagent.base
options:
heading_level: 2
::: strands.multiagent.graph
options:
heading_level: 2
::: strands.multiagent.a2a
options:
heading_level: 2
members: false
::: strands.multiagent.a2a.executor
options:
heading_level: 3
::: strands.multiagent.a2a.server
options:
heading_level: 3
9 changes: 9 additions & 0 deletions docs/api-reference/telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
options:
heading_level: 1
members: false
::: strands.telemetry.config
options:
heading_level: 2
::: strands.telemetry.metrics
options:
heading_level: 2
::: strands.telemetry.metrics_constants
options:
heading_level: 2
::: strands.telemetry.tracer
options:
heading_level: 2
3 changes: 3 additions & 0 deletions docs/api-reference/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
::: strands.tools.registry
options:
heading_level: 2
::: strands.tools.structured_output
options:
heading_level: 2
::: strands.tools.watcher
options:
heading_level: 2
Expand Down
3 changes: 3 additions & 0 deletions docs/api-reference/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@
::: strands.types.tools
options:
heading_level: 2
::: strands.types.traces
options:
heading_level: 2
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,11 @@ nav:
- API Reference:
- Agent: api-reference/agent.md
- Event Loop: api-reference/event-loop.md
- Experimental: api-reference/experimental.md
- Handlers: api-reference/handlers.md
- Hooks: api-reference/hooks.md
- Models: api-reference/models.md
- Multiagent: api-reference/multiagent.md
- Telemetry: api-reference/telemetry.md
- Tools: api-reference/tools.md
- Types: api-reference/types.md
Expand Down
0