Skip to content

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

  • 🚀 Getting Started


    New to Hector? Start here. Install Hector, run your first agent, and validate your setup in under 5 minutes.

  • 📚 Core Concepts


    Learn how Hector works. Understand agents, LLM providers, memory, tools, RAG, reasoning strategies, and multi-agent orchestration.

  • 🛠 How-To Guides


    Step-by-step tutorials for common tasks. Build a coding assistant, set up RAG, deploy to production, or integrate external A2A agents.

  • 📖 CLI Reference


    Complete command-line interface reference with all commands, flags, and options.

  • ⚙ Configuration


    Complete YAML configuration reference for agents, LLMs, tools, memory, and deployment.

  • 🌐 API Reference


    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.