Skip to content

Features

Lango provides a comprehensive set of features for building intelligent AI agents. This section covers each subsystem in detail.

  • 🤖 AI Providers


    Multi-provider support for OpenAI, Anthropic, Gemini, and Ollama with a unified interface and automatic fallback.

    Learn more

  • 💬 Channels


    Connect your agent to Telegram, Discord, and Slack. Manage conversations across channels from a single instance.

    Learn more

  • 🧠 Knowledge System


    Self-learning knowledge store with 8-layer context retrieval, pattern recognition, and agent learning tools.

    Learn more

  • 👀 Observational Memory


    Automatic conversation compression through observations and reflections for long-running sessions.

    Learn more

  • 🔍 Embedding & RAG


    Vector embeddings with OpenAI, Google, or local providers. Retrieval-augmented generation for semantic context injection.

    Learn more

  • 🌐 Knowledge Graph


    BoltDB-backed triple store with hybrid vector + graph retrieval for deep contextual understanding.

    Learn more

  • 👥 Multi-Agent Orchestration


    Hierarchical sub-agents (Operator, Navigator, Vault, Librarian, Automator, Planner, Chronicler) working together on complex tasks.

    Learn more

  • 📡 A2A Protocol


    Agent-to-Agent protocol for remote agent discovery and inter-agent communication.

    Learn more

  • 🌐 P2P Network


    Decentralized agent-to-agent connectivity via libp2p with DID identity, knowledge firewall, and ZK-enhanced handshake.

    Learn more

  • 💰 P2P Economy


    Budget management, risk assessment, dynamic pricing, P2P negotiation, and milestone-based escrow for agent commerce.

    Learn more

  • 📄 Smart Contracts


    EVM smart contract interaction with ABI caching, view/pure reads, and state-changing calls.

    Learn more

  • 🏦 Smart Accounts


    ERC-7579 modular smart accounts with session keys, ERC-4337 paymaster support, and on-chain policy enforcement.

    Learn more

  • 📊 Observability


    Token usage tracking, health monitoring, audit logging, and metrics endpoints for operational visibility.

    Learn more

  • 🧠 Agent Memory


    Per-agent persistent memory for cross-session context retention and experience accumulation.

    Learn more

  • 🧰 Skill System


    File-based skills with import from URLs and GitHub repositories. Extend agent capabilities without code changes.

    Learn more

  • 📚 Proactive Librarian


    Autonomous knowledge agent that observes conversations and proactively curates the knowledge base.

    Learn more

  • 📜 System Prompts


    Customizable prompt sections for agent personality, safety rules, and behavior tuning.

    Learn more

  • 🏢 P2P Workspaces


    Collaborative environments where multiple agents share code, messages, and context with git bundle exchange and contribution tracking.

    Learn more

  • 🤝 P2P Teams


    Task-scoped multi-agent collaboration with role assignment, conflict resolution, budget tracking, and payment coordination.

    Learn more

  • 📦 Config Presets


    Pre-built configuration templates for common deployment scenarios. Quick-start your agent with sensible defaults.

    Learn more

  • 🔌 MCP Integration


    Connect to external MCP servers for stdio, HTTP, and SSE transports. Extend agent tooling with the Model Context Protocol.

    Learn more

Feature Status

Feature Status Config Key
AI Providers Stable agent.provider
Channels Stable channels.*
Knowledge System Stable knowledge.enabled
Observational Memory Stable observationalMemory.enabled
Embedding & RAG Stable embedding.*
Knowledge Graph Experimental graph.enabled
Multi-Agent Orchestration Experimental agent.multiAgent
A2A Protocol Experimental a2a.enabled
P2P Network Experimental p2p.enabled
P2P Economy Experimental economy.enabled
Smart Contracts Experimental payment.enabled
Smart Accounts Experimental smartAccount.enabled
Observability Experimental observability.enabled
Skill System Stable skill.enabled
Proactive Librarian Experimental librarian.enabled
System Prompts Stable agent.promptsDir
Agent Memory Experimental agentMemory.enabled
P2P Workspaces Experimental p2p.workspace.enabled
P2P Teams Experimental p2p.enabled + team coordination
Config Presets Stable lango onboard --preset
MCP Integration Stable mcp.enabled
Tool Hooks Experimental hooks.enabled
Tool Catalog Internal
Event Bus Internal

Experimental Features

Features marked as Experimental are under active development. Their APIs, configuration keys, and behavior may change between releases. Enable them explicitly via their config flags.