IT Consulting Swarm

Multi-domain consulting system with 6 specialized agents for various areas of expertise.

Demonstrates capabilities:

  • Multi-agent architecture for consulting
  • Domain specialization of agents
  • Intelligent request routing
  • Comprehensive consulting solution
  • 6 Specialized Agents:

    • Triage Agent: Request routing
    • Tech Trends Agent: Technology trends
    • Cybersecurity Agent: Cybersecurity
    • Environment Agent: Environmental solutions
    • Health Agent: Healthcare and medtech
    • Finance Agent: Financial technologies
  • Domain Expertise: Deep knowledge in each area

  • Client-Server Architecture: WebSocket for real-time consultations

  • Intelligent Routing: Automatic expertise determination

  • Runtime: Bun
  • Language: TypeScript
  • AI Framework: agent-swarm-kit
  • Architecture: Client-Server WebSocket
  • AI Provider: OpenAI
src/
├── client.ts # WebSocket client
└── lib/
└── swarm.ts # Multi-agent swarm configuration
# Install dependencies
bun install

# Run server (terminal 1)
bun run src/client.ts

Создайте файл .env:

OPENAI_API_KEY=your_openai_api_key
WS_PORT=8080
  • "What technologies will be relevant in 2025?"
  • "Should we invest in AI/ML now?"
  • "How to protect corporate network?"
  • "Security audit for e-commerce"
  • "Green IT solutions for data center"
  • "Reducing carbon footprint of IT infrastructure"
  • "Implementing telemedicine in clinic"
  • "HIPAA compliance for health app"
  • "Blockchain solutions for bank"
  • "Automating financial reporting"
graph TD
    A[Triage Agent] --> B[Tech Trends]
    A --> C[Cybersecurity]
    A --> D[Environment]
    A --> E[Health]
    A --> F[Finance]

Perfect for:

  • IT consulting companies
  • Enterprise advisory services
  • Digital transformation projects
  • Technology assessment
  • Strategic planning

Easy to add new domains:

  • Legal Tech Agent
  • Education Agent
  • Retail/E-commerce Agent
  • Manufacturing Agent