mirror of https://github.com/aliasrobotics/cai.git
restructure
This commit is contained in:
parent
97f67c88cd
commit
38c0d3c9cc
|
|
@ -0,0 +1,3 @@
|
||||||
|
# ⚠️ Tracing
|
||||||
|
|
||||||
|
We are in the process of implementing this feature.
|
||||||
58
mkdocs.yml
58
mkdocs.yml
|
|
@ -37,17 +37,17 @@ nav:
|
||||||
- tools.md
|
- tools.md
|
||||||
- mcp.md
|
- mcp.md
|
||||||
- handoffs.md
|
- handoffs.md
|
||||||
- tracing.md
|
- tracing_cai.md
|
||||||
- context.md
|
- context.md
|
||||||
- guardrails.md
|
- guardrails.md
|
||||||
#- multi_agent.md
|
#- multi_agent.md
|
||||||
#- models.md
|
#- models.md
|
||||||
#- config.md
|
#- config.md
|
||||||
#- visualization.md
|
#- visualization.md
|
||||||
- Voice agents:
|
# - Voice agents:
|
||||||
- voice/quickstart.md
|
# - voice/quickstart.md
|
||||||
- voice/pipeline.md
|
# - voice/pipeline.md
|
||||||
- voice/tracing.md
|
# - voice/tracing.md
|
||||||
- API Reference:
|
- API Reference:
|
||||||
- Agents:
|
- Agents:
|
||||||
- ref/index.md
|
- ref/index.md
|
||||||
|
|
@ -71,30 +71,30 @@ nav:
|
||||||
- ref/models/openai_responses.md
|
- ref/models/openai_responses.md
|
||||||
- ref/mcp/server.md
|
- ref/mcp/server.md
|
||||||
- ref/mcp/util.md
|
- ref/mcp/util.md
|
||||||
- Tracing:
|
# - Tracing:
|
||||||
- ref/tracing/index.md
|
# - ref/tracing/index.md
|
||||||
- ref/tracing/create.md
|
# - ref/tracing/create.md
|
||||||
- ref/tracing/traces.md
|
# - ref/tracing/traces.md
|
||||||
- ref/tracing/spans.md
|
# - ref/tracing/spans.md
|
||||||
- ref/tracing/processor_interface.md
|
# - ref/tracing/processor_interface.md
|
||||||
- ref/tracing/processors.md
|
# - ref/tracing/processors.md
|
||||||
- ref/tracing/scope.md
|
# - ref/tracing/scope.md
|
||||||
- ref/tracing/setup.md
|
# - ref/tracing/setup.md
|
||||||
- ref/tracing/span_data.md
|
# - ref/tracing/span_data.md
|
||||||
- ref/tracing/util.md
|
# - ref/tracing/util.md
|
||||||
- Voice:
|
# - Voice:
|
||||||
- ref/voice/pipeline.md
|
# - ref/voice/pipeline.md
|
||||||
- ref/voice/workflow.md
|
# - ref/voice/workflow.md
|
||||||
- ref/voice/input.md
|
# - ref/voice/input.md
|
||||||
- ref/voice/result.md
|
# - ref/voice/result.md
|
||||||
- ref/voice/pipeline_config.md
|
# - ref/voice/pipeline_config.md
|
||||||
- ref/voice/events.md
|
# - ref/voice/events.md
|
||||||
- ref/voice/exceptions.md
|
# - ref/voice/exceptions.md
|
||||||
- ref/voice/model.md
|
# - ref/voice/model.md
|
||||||
- ref/voice/utils.md
|
# - ref/voice/utils.md
|
||||||
- ref/voice/models/openai_provider.md
|
# - ref/voice/models/openai_provider.md
|
||||||
- ref/voice/models/openai_stt.md
|
# - ref/voice/models/openai_stt.md
|
||||||
- ref/voice/models/openai_tts.md
|
# - ref/voice/models/openai_tts.md
|
||||||
- Extensions:
|
- Extensions:
|
||||||
- ref/extensions/handoff_filters.md
|
- ref/extensions/handoff_filters.md
|
||||||
- ref/extensions/handoff_prompt.md
|
- ref/extensions/handoff_prompt.md
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue