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

View File

@@ -0,0 +1,40 @@
---
sidebar_position: 1
---
# Introduction
**An all-in-one toolkit to build agentic applications that turn natural language into real-world actions.**
Dexto is a universal agent intelligence layer for building collaborative, context-aware AI Agents & agentic apps. It orchestrates LLMs, tools, and data into persistent, stateful systems with memory, so you can rapidly create AI assistants, digital companions & copilots that think, act and feel alive.
Dexto combines a configuration-driven framework, robust runtime, and seamless developer experience so you can build, deploy, and iterate on your agents easily.
- **Framework** Define agent behavior in YAML. Instantly swap models and tools without touching code.
- **Runtime** Execution with orchestration, session management, conversation memory, and multimodal support.
- **Interfaces & Tooling** Native support for CLI, Web, APIs, and the Dexto Agent SDK.
import ExpandableImage from '@site/src/components/ExpandableImage';
<ExpandableImage
src="/assets/intro_diagram.png"
alt="Dexto Architecture"
title="Dexto Architecture Overview"
/>
## Key Features
- **50+ LLMs** - OpenAI, Anthropic, Google, Groq, local models
- **MCP integration** - Connect to 100+ tools and services via Model Context Protocol
- **Multiple interfaces** - CLI, Web UI, REST API, Dexto Agent SDK
- **Persistent sessions** - Maintain context across conversations
- **Local-first** - Run on your infrastructure
- **Production storage** - Redis, PostgreSQL, SQLite
## Ready to Get Started?
**[Install Dexto →](./installation.md)**
---
*Dexto is built by the team at Truffle AI. Join our community and help shape the future of collaborative agent systems!*