feat: Add intelligent auto-router and enhanced integrations

- Add intelligent-router.sh hook for automatic agent routing
- Add AUTO-TRIGGER-SUMMARY.md documentation
- Add FINAL-INTEGRATION-SUMMARY.md documentation
- Complete Prometheus integration (6 commands + 4 tools)
- Complete Dexto integration (12 commands + 5 tools)
- Enhanced Ralph with access to all agents
- Fix /clawd command (removed disable-model-invocation)
- Update hooks.json to v5 with intelligent routing
- 291 total skills now available
- All 21 commands with automatic routing

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
admin
2026-01-28 00:27:56 +04:00
Unverified
parent 3b128ba3bd
commit b52318eeae
1724 changed files with 351216 additions and 0 deletions

85
dexto/docs/static/llms.txt vendored Normal file
View File

@@ -0,0 +1,85 @@
# Dexto
Dexto is an AI Agent Runtime that orchestrates intelligent, stateful agents capable of reasoning, executing tools, and completing complex tasks.
## Documentation
### Getting Started
- [Introduction](https://docs.dexto.ai/docs/getting-started/intro.md): Introduction
- [Installation](https://docs.dexto.ai/docs/getting-started/installation.md): Installation
- [Build Your First Agent](https://docs.dexto.ai/docs/getting-started/build-first-agent-tutorial.md): Build Your First Agent
- [Install Your First Agent](https://docs.dexto.ai/docs/getting-started/install-first-agent-tutorial.md): Install Your First Agent
### Guides
- [CLI Guide](https://docs.dexto.ai/docs/guides/cli.md): CLI Guide
- [agent.yml Annotated Example](https://docs.dexto.ai/docs/guides/configuring-dexto/agent-yml.md): agent.yml Annotated Example
- [Agent Card Configuration](https://docs.dexto.ai/docs/guides/configuring-dexto/agentCard.md): Agent Card Configuration
- [Runtime / Dynamic Configuration Changes](https://docs.dexto.ai/docs/guides/configuring-dexto/dynamic-changes.md): Runtime / Dynamic Configuration Changes
- [Configuration Reference](https://docs.dexto.ai/docs/guides/configuring-dexto/llm/configuration.md): Configuration Reference
- [LLM Configuration](https://docs.dexto.ai/docs/guides/configuring-dexto/llm/index.md): LLM Configuration
- [Supported Providers](https://docs.dexto.ai/docs/guides/configuring-dexto/llm/providers.md): Supported Providers
- [MCP Configuration](https://docs.dexto.ai/docs/guides/configuring-dexto/mcp.md): MCP Configuration
- [Configuring Dexto](https://docs.dexto.ai/docs/guides/configuring-dexto/overview.md): Configuring Dexto
- [Sessions Configuration](https://docs.dexto.ai/docs/guides/configuring-dexto/sessions.md): Sessions Configuration
- [Storage Configuration](https://docs.dexto.ai/docs/guides/configuring-dexto/storage.md): Storage Configuration
- [System Prompt Configuration](https://docs.dexto.ai/docs/guides/configuring-dexto/systemPrompt.md): System Prompt Configuration
- [Tool Confirmation Configuration](https://docs.dexto.ai/docs/guides/configuring-dexto/toolConfirmation.md): Tool Confirmation Configuration
- [Deployment Guide](https://docs.dexto.ai/docs/guides/deployment.md): Deployment Guide
- [Dexto as an MCP Server](https://docs.dexto.ai/docs/guides/dexto-as-mcp-server.md): Dexto Agent as an MCP Server
- [Using Dexto Agents in Cursor](https://docs.dexto.ai/docs/guides/dexto-in-cursor.md): Using Dexto Agents in Cursor
- [Using Dexto CLI to group MCP servers together](https://docs.dexto.ai/docs/guides/dexto-group-mcp-servers.md): Using Dexto CLI to group MCP servers together
- [Dexto SDK Guide](https://docs.dexto.ai/docs/guides/dexto-sdk.md): Dexto SDK Guide
- [MCP Manager](https://docs.dexto.ai/docs/guides/mcp-manager.md): MCP Manager
- [Web UI](https://docs.dexto.ai/docs/guides/web-ui.md): Web playground
### MCP
- [Configure MCP Connections](https://docs.dexto.ai/docs/mcp/connecting-servers.md): Configure MCP Connections
- [Dexto as an MCP Server](https://docs.dexto.ai/docs/mcp/dexto-as-mcp-server.md): Expose Dexto as an MCP Server
- [Aggregate Multiple MCP Servers](https://docs.dexto.ai/docs/mcp/grouping-servers.md): Aggregate Multiple MCP Servers
- [MCP Manager](https://docs.dexto.ai/docs/mcp/mcp-manager.md): MCP Manager
- [MCP Overview](https://docs.dexto.ai/docs/mcp/overview.md): MCP Overview
### Tutorials
- [Advanced Patterns and Best Practices](https://docs.dexto.ai/docs/tutorials/advanced-patterns.md): Advanced Patterns and Best Practices
- [React Chat App using Dexto](https://docs.dexto.ai/docs/tutorials/backend-server.md): React Chat App using Dexto
- [Customer Support Triage System](https://docs.dexto.ai/docs/tutorials/building-triage-system.md): Customer Support Triage System
- [Database Agent Tutorial](https://docs.dexto.ai/docs/tutorials/database-agent.md): Database Agent Tutorial
- [Image Editor Agent](https://docs.dexto.ai/docs/tutorials/image-editor-agent.md): Image Editor Agent
- [Building Applications](https://docs.dexto.ai/docs/tutorials/index.md): Building Applications
- [Integrating Existing Agents: Dexto + LangChain](https://docs.dexto.ai/docs/tutorials/langchain-integration.md): Integrating Existing Agents: Dexto + LangChain
- [Building Multi-Agent Systems](https://docs.dexto.ai/docs/tutorials/multi-agent-systems.md): Building Multi-Agent Systems
- [Music Creator Agent](https://docs.dexto.ai/docs/tutorials/music-agent.md): Music Creator Agent
- [Product Name Scout Agent](https://docs.dexto.ai/docs/tutorials/product-name-scout-agent.md): Product Name Scout Agent
- [Talk2PDF Agent](https://docs.dexto.ai/docs/tutorials/talk2pdf-agent.md): Talk2PDF Agent
### Examples & Demos
- [Amazon shopping assistant](https://docs.dexto.ai/docs/examples-demos/amazon-shopping.md): Amazon shopping assistant
- [Email summaries in slack](https://docs.dexto.ai/docs/examples-demos/email-slack.md): Email summaries in slack
- [Design a website with dexto](https://docs.dexto.ai/docs/examples-demos/website-designer.md): Design a website with dexto
### Concepts
- [AI Agents vs. LLM Workflows](https://docs.dexto.ai/docs/concepts/agents-vs-workflows.md): AI Agents vs. LLM Workflows
- [How do AI Agents work?](https://docs.dexto.ai/docs/concepts/how-do-ai-agents-work.md): How do AI Agents work?
- [What is MCP (Model Context Protocol)?](https://docs.dexto.ai/docs/concepts/mcp.md): What is MCP (Model Context Protocol)?
- [Tools](https://docs.dexto.ai/docs/concepts/tools.md): Tools
- [What is an AI Agent?](https://docs.dexto.ai/docs/concepts/what-is-an-ai-agent.md): What is an AI Agent?
### Architecture
- [Overview](https://docs.dexto.ai/docs/architecture/overview.md): Overview
### API Reference
- [Getting Started](https://docs.dexto.ai/api/): API Getting Started Guide
- [REST API Reference](https://docs.dexto.ai/api/rest/): Complete REST API documentation (OpenAPI)
- [SDK Events](https://docs.dexto.ai/api/sdk/events): SSE streaming events
- [DextoAgent SDK](https://docs.dexto.ai/api/sdk/dexto-agent): DextoAgent API
- [MCPManager SDK](https://docs.dexto.ai/api/sdk/mcp-manager): MCPManager
- [Events Reference](https://docs.dexto.ai/api/sdk/events): Events Reference
- [SDK Types](https://docs.dexto.ai/api/sdk/types): SDK Types for TypeScript