truffle-aitruffle-aiOfficialยท6 Agent Skills Included

dexto

Build and run custom AI agents from simple YAML configs

Builds and runs AI agents that write code, call tools, remember context, and recover from errors. Removes the need to wire up models, sessions, memory, and tool permissions by hand for every project. Ships with a ready coding agent, 50+ model support, and CLI, web, and API interfaces to ship agents faster.
npx skills add truffle-ai/dexto --all -g -y
Available:

Gives AI coding assistants the repo-wide rules for working on Dexto, including required quality checks, stack choices, schema conventions, and error-handling patterns to follow before completing tasks.

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Dexto?โ–ผ

Run `npx skills add truffle-ai/dexto --all -g -y` in your terminal to install all skills in this suite globally.

What is Dexto used for?โ–ผ

Dexto is an agent harness that turns LLMs into reliable agents with tools, memory, and sessions. You define agents in YAML and run them via CLI, web UI, or API.

Which AI models does Dexto support?โ–ผ

It supports 50+ models from OpenAI, Anthropic, Google, Groq, xAI, and local models via Ollama, plus gateways like OpenRouter and AWS Bedrock.

Can Dexto connect to external tools?โ–ผ

Yes. It integrates with Model Context Protocol (MCP) servers like filesystem, Puppeteer, and Linear, configured directly in your agent's YAML file.

Do I need to write code to create a Dexto agent?โ–ผ

No. Agents are defined in simple YAML config files, and a production-ready coding agent works out of the box after install.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’