Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LAE Engine — Layered AI Engine

A multi-agent AI pipeline built in Python. Three specialised agents chain together to take a high-level goal and produce an actionable output.

Architecture

Goal → Macro Agent → Quantum Agent → Micro Agent → Output

  • Macro Agent — breaks the goal into a strategic plan
  • Quantum Agent — generates a creative, lateral idea from the plan
  • Micro Agent — executes the idea into a concrete action

Stack

  • Python 3
  • OpenAI API (integration in progress)
  • NumPy

Project Structure

lae-engine/ ├── agents/ │ ├── macro.py │ ├── micro.py │ └── quantum.py ├── core/ │ ├── engine.py │ └── memory.py ├── data/ │ └── memory.json ├── examples/ │ └── run_example.py ├── main.py └── requirements.txt

Setup

  1. Clone the repo
  2. Create and activate a virtual environment
  3. Run: pip install -r requirements.txt
  4. Run: python main.py

Status

Core agent logic complete. OpenAI API integration in progress.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages