← Documentation Home

Agent Brain - Home

Intelligent Agent Orchestration & Decision Engine with Sequential Thinking + Knowledge Graph Integration

Version OSSA Compliant License

Overview

Agent Brain is the cognitive orchestration layer of the Agent Buildkit platform, providing intelligent decision-making, task planning, and knowledge management for autonomous AI agents. It combines sequential thinking workflows, distributed knowledge graphs (Neo4j + Qdrant), and multi-agent coordination to enable self-optimizing agent systems.

Core Function: Orchestrates autonomous agents through structured thinking stages, routes tasks to optimal agents based on capabilities, and maintains distributed knowledge graphs for contextual decision-making across the entire agent mesh.

Quick Start

# Install dependencies
cd /Users/flux423/Sites/LLM/agent-buildkit
npm install && npm run thinking:setup

# Configure environment
cp .env.example .env
# Edit: GITLAB_TOKEN, NEO4J_PASSWORD, QDRANT_API_KEY

# Start autonomous orchestration
buildkit thinking start --project llm/agent-buildkit

# Configure IDE integration (Cursor, Windsurf, Zed, Claude Desktop)
buildkit thinking configure-ide all

# Access dashboard
# http://localhost:3000/orchestration

Key Features

Wiki Navigation

Core Documentation

Advanced Topics

Operations

Current Focus (Agent Brain Capabilities)

Cognitive Processing

Orchestration

Knowledge Management

Integration

Agent Types

Worker Agents

Orchestrator Agents

Critic Agents

Integrator Agents

Performance Metrics

Technology Stack

CLI Commands

Sequential Thinking

buildkit thinking create-session --name "Feature Planning" --project <id>
buildkit thinking process-thought --session <id> --thought "..." --stage Research
buildkit thinking summary --session <id>
buildkit thinking sync-gitlab --session <id> --milestone <id>

Agent Orchestration

buildkit thinking start --project <id> --max-agents 5
buildkit thinking spawn-agent --name "Worker" --type worker --project <id>
buildkit thinking list-agents
buildkit thinking enable-roadmap --project <id> --interval 30000

Knowledge Graph

buildkit gitlab-kg build --project <id>
buildkit gitlab-kg sync --incremental
buildkit gitlab-kg query "MATCH (a:Agent)-[:WORKS_ON]->(p:Project) RETURN a, p"
buildkit gitlab-kg related --issue-id <id>
buildkit gitlab-kg assign-opportunities --agent-id <id>

Orchestration Control

buildkit orchestration start --replicas 5 --redis-url redis://localhost:6379
buildkit orchestration status --detailed
buildkit orchestration scale --agents 10 --strategy gradual
buildkit orchestration issue claim --issue-id <id> --agent-id <id>
buildkit orchestration locks inspect --verbose

IDE Configuration

buildkit thinking configure-ide cursor    # Configure Cursor
buildkit thinking configure-ide windsurf  # Configure Windsurf
buildkit thinking configure-ide zed       # Configure Zed
buildkit thinking configure-ide all       # Configure all IDEs

Support


Last Updated: 2025-11-02 Maintainer: LLM Platform Team License: MIT