Home
Build AI agents without code
A declarative A2A native AI agent platform. Define sophisticated agents through simple YAML configuration.
Built with Go for production performance, single-binary deployment, and true portability.
agents:
assistant:
llm: gpt-4o
tools: [search, write_file, execute_command]
reasoning:
engine: chain-of-thought
max_iterations: 100
memory:
working:
strategy: summary_buffer
Hector eliminates code from agent development. Get multi-agent orchestration, advanced memory management, and seamless interoperability through the Agent-to-Agent protocol out of the box. Hector handles the complexity so you can focus on building intelligent systems.
⚡️ From idea to production agent in minutes, not months.
Why Hector?¶
-
For Developers
- Zero-code agent development - YAML configuration only
- Instant setup - Working agent in 5 minutes
- Advanced memory - Working & long-term memory strategies
- RAG & semantic search - Built-in vector store integration
- Rich tool ecosystem - Built-in tools, MCP, and plugins
-
For Enterprises
- True interoperability - Native A2A protocol support
- Multi-agent orchestration - Coordinate specialized agents
- Production security - JWT auth, API keys, agent-level security
- Distributed architecture - Local, server, or client modes
- Multi-transport APIs - REST, SSE, WebSocket, gRPC
-
For Teams
- Simple configuration - Human-readable YAML
- Declarative approach - No code to maintain
- Built with Go - Production performance, single binary, no dependencies
- Flexible deployment - Docker, Kubernetes, systemd
- Extensible platform - Custom plugins via gRPC
- Open source - AGPL-3.0 licensed
Get Started¶
-
New to Hector? Start here. Install Hector, run your first agent, and validate your setup in under 5 minutes.
-
Learn how Hector works. Understand agents, LLM providers, memory, tools, RAG, reasoning strategies, and multi-agent orchestration.
-
Step-by-step tutorials for common tasks. Build a coding assistant, set up RAG, deploy to production, or integrate external A2A agents.
-
Complete command-line interface reference with all commands, flags, and options.
-
Complete YAML configuration reference for agents, LLMs, tools, memory, and deployment.
-
REST, gRPC, WebSocket, and JSON-RPC API documentation with examples.
If you're looking for something specific you can use the search bar at the top of the page.