Skip to content

kmransom56/super-power-ai-agent

Repository files navigation

Super Power AI Agent Framework

This repository houses the Meta-Factory framework: a set of tools enabling AI Agents to architect, build, and deploy other AI agents.

Core Capabilities

1. The Agent Factory

Located in services/agent_factory/, this system allows you to:

  • Architect: Generate "Shopping Lists" of required agents based on a high-level problem statement.
  • Build: Auto-generate executable Python code for new agents.
  • Deploy: Automatically assign ports and spin up agent services.

2. Multi-Framework Integration

The framework unifies three powerful AI technologies:

  • Microsoft Magentic-One: For high-level orchestration (extras/magentic_one_integration.py).
  • Microsoft AutoGen: For collaborative agent swarms (extras/autogen_skills.py).
  • Local "Cagent": For zero-cost, local code generation using vLLM (extras/cagent_tools.py).

"Agents Building Agents" Workflow

  1. Idea: You have a concept (e.g., "A crypto trading swarm").
  2. Meta-Factory: You ask the factory to build it.
  3. Execution:
    • The factory uses local LLMs to write the code.
    • It configures the agents to run locally.
    • It spins them up instantly.

Architecture

  • services/agent_factory: The core logic (Architect & Builder).
  • extras/: Integration bridges for external AI tools.
  • AGENTS_PROTOCOL.md: Standard operating procedures for the swarm.

🔌 Integrations

  • Chat Copilot: Setup Guide - Connect this factory to Microsoft Chat Copilot.

About

Build agents using this system by asking the system to create the agents using local LLM models.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors