refractor docs into 6 sections

Agent - /agent
Computer - /computer
Lume - /lume
Lumier - /lumier
Set-of-Mark - /som
MCP - /mcp
This commit is contained in:
Adam
2025-12-24 14:06:43 -05:00
parent b0390ec648
commit 13f3fb800d
92 changed files with 247 additions and 106 deletions

View File

@@ -72,16 +72,16 @@ if __name__ == "__main__":
## Docs
- [Agent Loops](https://cua.ai/docs/agent-sdk/agent-loops)
- [Supported Agents](https://cua.ai/docs/agent-sdk/supported-agents/computer-use-agents)
- [Supported Models](https://cua.ai/docs/agent-sdk/supported-model-providers)
- [Chat History](https://cua.ai/docs/agent-sdk/chat-history)
- [Callbacks](https://cua.ai/docs/agent-sdk/callbacks)
- [Custom Tools](https://cua.ai/docs/agent-sdk/custom-tools)
- [Custom Computer Handlers](https://cua.ai/docs/computer-sdk/custom-computer-handlers)
- [Prompt Caching](https://cua.ai/docs/agent-sdk/prompt-caching)
- [Usage Tracking](https://cua.ai/docs/agent-sdk/usage-tracking)
- [Benchmarks](https://cua.ai/docs/agent-sdk/benchmarks)
- [Agent Loops](https://cua.ai/docs/agent/agent-loops)
- [Supported Agents](https://cua.ai/docs/agent/supported-agents/computer-use-agents)
- [Supported Models](https://cua.ai/docs/agent/supported-model-providers)
- [Chat History](https://cua.ai/docs/agent/chat-history)
- [Callbacks](https://cua.ai/docs/agent/callbacks)
- [Custom Tools](https://cua.ai/docs/agent/custom-tools)
- [Custom Computer Handlers](https://cua.ai/docs/computer/custom-computer-handlers)
- [Prompt Caching](https://cua.ai/docs/agent/prompt-caching)
- [Usage Tracking](https://cua.ai/docs/agent/usage-tracking)
- [Benchmarks](https://cua.ai/docs/agent/benchmarks)
## License