AI Agent Context File โ Essential information for AI coding agents working on the DevTeam6 repository
DevTeam6 ("The Omega Tool Kit") is a comprehensive software development encyclopedia and AI-powered multi-agent workspace. It serves as both a curated resource collection (1000+ tools, frameworks, and libraries) and a functional development environment with interactive web applications, code templates, and an advanced AI agent orchestration system.
- Primary Language: English (all documentation and comments)
- Repository Type: Monorepo with multiple sub-projects
- License: MIT License (Copyright 2025 The flamekeeper)
- GitHub:
SpiralCloudOmega/DevTeam6 - Live Site: https://spiralcloudomega.github.io/DevTeam6/
Transform static repository documentation into a living digital workstation with AI-powered repository analysis, interactive documentation, and intelligent code understanding.
| Component | Technology | Purpose |
|---|---|---|
app/ |
React 18 + TypeScript + Vite | Main 3D demo, GenUI Playground, Node Graph, Dashboards |
projects/ |
Vue 3 + TypeScript + Vite | Visual workflow automation (n8n-style graph editor) |
templates/react-starter |
React 18 + Vite | Starter template (Port 3000) |
templates/vue3-starter |
Vue 3 + Pinia + Router | Starter template (Port 5173) |
Key Frontend Libraries:
- Three.js + React Three Fiber (3D visualization)
- GSAP (animations)
- Framer Motion (UI animations)
- Chart.js (data visualization)
- Vue Flow (node graph editor)
- Sandpack (live code editor)
| Component | Technology | Purpose |
|---|---|---|
templates/dotnet8-api |
ASP.NET Core 8 + Swagger | REST API template (Port 5000) |
local-ai/ |
Python + FastAPI | AI/ML backend with RAG, MCP servers |
local-ai/ |
PyTorch, Transformers | ML inference and training |
Key Python Libraries:
- FastAPI (API framework)
- PyTorch, transformers, sentence-transformers (ML)
- LangChain, LangGraph (AI orchestration)
- OpenSearch (vector search)
- CyborgDB (encrypted vector database)
| Component | Technology | Purpose |
|---|---|---|
.github/omega/ |
S-expressions, Python, Shell | Multi-agent orchestration layer |
.github/agents/ |
Markdown configs | 200+ specialized AI agent definitions |
.github/skills/ |
Markdown docs | Reusable skill modules |
- Node.js: v22+ (via nvm)
- Python: 3.13+ (via miniconda)
- Runtime: WSL2 Ubuntu 24.04 on Windows 11
- GPU: CUDA 13.1 (RTX 3090)
DevTeam6/
โโโ README.md # Main documentation (1000+ resources)
โโโ AGENTS.md # This file
โโโ package.json # Root workspace configuration
โ
โโโ app/ # ๐ท React/Three.js main application
โ โโโ src/
โ โ โโโ App.tsx # Main 3D vortex component
โ โ โโโ pages/ # Route pages (16 interactive experiences)
โ โ โ โโโ GenUIPlayground.tsx # AI-powered UI generator
โ โ โ โโโ NodeGraphEditor.tsx # n8n-style workflow editor
โ โ โ โโโ SemanticKnowledgeHub.tsx
โ โ โ โโโ GamificationDashboard.tsx
โ โ โ โโโ Repomind.tsx # AI repository workstation
โ โ โ โโโ ...
โ โ โโโ components/ # Shared UI components
โ โ โโโ utils/ # Utility functions + tests
โ โโโ package.json # React 18 + Vite + Three.js
โ
โโโ projects/ # ๐ Vue 3 Node Graph Editor
โ โโโ src/
โ โ โโโ components/graph/ # Node editor components
โ โ โโโ stores/workflow.ts # Pinia state management
โ โโโ package.json # Vue 3 + Vue Flow
โ
โโโ templates/ # ๐ฆ Development workspace templates
โ โโโ react-starter/ # React 18 + TypeScript + Vite
โ โโโ vue3-starter/ # Vue 3 + Router + Pinia
โ โโโ dotnet8-api/ # ASP.NET Core 8 Web API
โ โโโ cpp-workspace/ # C++20 + CMake + DevContainer
โ โโโ c-workspace/ # C17 + Makefile + DevContainer
โ โโโ audio-dsp-workspace/ # JUCE + VST3 + DevContainer
โ โโโ graphics-engine-workspace/ # Vulkan + GLFW + DevContainer
โ
โโโ local-ai/ # ๐ค Python AI/ML backend
โ โโโ api/main.py # FastAPI entry point
โ โโโ agents/ # Agent orchestrator
โ โโโ core/ # RAG pipeline, memory, vector store
โ โโโ mcp/ # MCP (Model Context Protocol) servers
โ โโโ ml/ # ML modules (ensemble, RL, etc.)
โ
โโโ .github/ # ๐ค GitHub configuration & AI agents
โ โโโ workflows/ # CI/CD workflows (7 files)
โ โ โโโ deploy-pages.yml # Deploy 3D demo to GitHub Pages
โ โ โโโ cvs-sync.yml # Hourly CVS sync
โ โ โโโ roadmap-sync.yml # 6-hour roadmap sync
โ โ โโโ ...
โ โโโ agents/ # 200+ AI agent definitions (.agent.md)
โ โโโ skills/ # Reusable skill modules
โ โ โโโ agent-orchestration/
โ โ โโโ ai-integration/
โ โ โโโ audio-dsp/
โ โ โโโ cpp-patterns/
โ โ โโโ ...
โ โโโ omega/ # ๐ฑ Omega multi-agent system
โ โ โโโ omega-env.sh # Environment configuration
โ โ โโโ macros/ # ChrysaLisp S-expression macros
โ โ โโโ agents/ # Omega-specific agents
โ โ โโโ skills/ # Omega skills (orchestration, critique)
โ โ โโโ bridge/ # HTTP bridge for terminal dispatch
โ โโโ copilot-instructions.md # GitHub Copilot master instructions
โ
โโโ .devcontainer/ # ๐ณ GitHub Codespaces configuration
โ โโโ devcontainer.json # Node 20, .NET 8, Docker
โ โโโ post-create.sh # Auto-setup script
โ
โโโ context7/ # Agent context documentation
โ
โโโ awesome-* (100+ directories) # ๐ Curated awesome lists
โ # awesome-python, awesome-rust, awesome-ai-agents, etc.
โ
โโโ ACE-Step*/ # ๐ต AI music generation project
โโโ openclaw-main/ # ๐ฎ OpenClaw game reimplementation
โโโ openDAW/ # ๐น Web-based DAW
โโโ radium-master/ # ๐๏ธ Radium music tracker
โโโ voicebox-main/ # ๐ฃ๏ธ Voice synthesis
โโโ moonshine-main/ # ๐ Moonshine speech recognition
โ
โโโ [Root Documentation Files]
โโโ DOCUMENTS.md # PDF/research paper catalog
โโโ FILE_INDEX.md # AI file discovery guide
โโโ WORKSPACE_GUIDE.md # Development setup guide
โโโ ASSET_INVENTORY.md # Complete asset inventory
โโโ START_HERE.md # Open Claude Cowork research
โโโ *.pdf # Technical books and research papers
# Install all dependencies
npm run install:all
# Run all applications simultaneously
npm run dev # React (3000) + Vue (5173) + .NET (5000)
npm run dev:frontend # React + Vue only
npm run dev:app # Main app only
npm run dev:projects # Projects folder only
# Build all templates
npm run build
# Clean all node_modules and build outputs
npm run clean# React Starter (Port 3000)
cd templates/react-starter
npm install
npm run dev
npm run build
# Vue 3 Starter (Port 5173)
cd templates/vue3-starter
npm install
npm run dev
npm run build
# .NET 8 API (Port 5000)
cd templates/dotnet8-api
dotnet restore
dotnet run
dotnet watch runcd local-ai
# Install dependencies
pip install -r requirements.txt
# Run FastAPI server
uvicorn api.main:app --reload --port 8000
# Run tests
pytest tests/# Source Omega environment
source .github/omega/omega-env.sh
# Generate configs from S-expression macros
python .github/omega/macros/generate-omega.py --all
# Start HTTP bridge
python .github/omega/bridge/http-bridge.py &
# Check health
curl http://localhost:18800/health- Formatter: Prettier with default config
- Linter: ESLint with React/Vue plugins
- TypeScript: Strict mode enabled
- Naming:
- Components: PascalCase (e.g.,
GenUIPlayground.tsx) - Utilities: camelCase (e.g.,
controlDeck.ts) - Constants: UPPER_SNAKE_CASE
- Components: PascalCase (e.g.,
- Imports: Group by external โ internal โ relative
- Comments: JSDoc for public APIs
- Style: PEP 8 compliant
- Type Hints: Required for function signatures
- Docstrings: Google-style docstrings
- Naming:
- Classes: PascalCase
- Functions/variables: snake_case
- Constants: UPPER_SNAKE_CASE
- Standard: C++20
- Build System: CMake 3.28+
- Naming:
- Classes: PascalCase
- Functions: camelCase
- Variables: snake_case or m_camelCase for members
- Macros: UPPER_SNAKE_CASE
- Standard: C# 12 with .NET 8
- Naming: PascalCase for methods/classes, camelCase for variables
# React/Vue unit tests with Vitest
cd app && npm run test
cd projects && npm run test
# Linting
cd templates/react-starter && npm run lint
cd templates/vue3-starter && npm run lintcd local-ai
pytest tests/ -vThe workspace includes pre-configured debug setups:
- React App (Chrome debugger, port 3000)
- Vue 3 App (Chrome debugger, port 5173)
- .NET API (CoreCLR debugger, port 5000)
- Full Stack (all apps simultaneously)
| Workflow | Trigger | Purpose |
|---|---|---|
deploy-pages.yml |
Push to main (app/** changes) |
Deploy 3D demo to GitHub Pages |
static.yml |
Push to main |
Deploy static content |
cvs-sync.yml |
Hourly cron | Sync CVS data |
roadmap-sync.yml |
6-hour cron | Update roadmap badges |
node-graph-sync.yml |
4-hour cron | Sync node graph stats |
auto-update.yml |
Scheduled | Auto-update dependencies |
auto-merge.yml |
PR events | Auto-merge eligible PRs |
- GitHub Pages: https://spiralcloudomega.github.io/DevTeam6/
- 3D Demo: https://spiralcloudomega.github.io/DevTeam6/
- GenUI: https://spiralcloudomega.github.io/DevTeam6/genui
- Node Graph: https://spiralcloudomega.github.io/DevTeam6/node-graph
- Roadmap: https://spiralcloudomega.github.io/DevTeam6/roadmap
| File | Purpose |
|---|---|
package.json |
Root workspace scripts and dependencies |
vite.config.shared.ts |
Shared Vite configuration |
devteam6-workspace.code-workspace |
VS Code multi-root workspace |
.devcontainer/devcontainer.json |
GitHub Codespaces configuration |
.github/copilot-instructions.md |
GitHub Copilot custom instructions |
.github/omega/omega-env.sh |
Omega agent environment variables |
.github/omega/omega.config.sexp |
Omega master configuration (S-expressions) |
- Never commit sensitive data to the repository
- Use
.env.localfiles (already gitignored) - For Omega: Use
.github/memory/spiralcloud-memory.dbfor session tracking
- Store in environment variables
- For local-ai: Use
CYBORGDB_API_KEYformat - For Ollama: No API key required for local models
- .NET API has CORS enabled for development (
AllowAnyOrigin()) - For production: Restrict to specific domains
The repository includes a sophisticated multi-agent orchestration system (Omega) that:
- Decomposes tasks into DAGs of sub-tasks
- Dispatches to specialist agents in parallel (100+ agents)
- Runs critique councils for quality gates
- Commits verified output autonomously
- Orchestrator: Task decomposition and scheduling
- Critic: Quality review and feedback
- Builder: Implementation agents
- Researcher: Information gathering
- Security: Security analysis
Located in .github/skills/:
agent-orchestration/- Multi-agent coordination patternsai-integration/- AI model integration (ACE-Step, Whisper, etc.)audio-dsp/- Digital signal processingcpp-patterns/- C++ design patternsjuce-framework/- JUCE audio frameworkmusic-production/- Music production techniquesneural-audio/- Neural network audio processing
Located in .github/agents/ (200+ specialized agents):
- Language-specific agents (react.agent.md, python.agent.md, rust.agent.md)
- Framework agents (nextjs.agent.md, fastapi.agent.md)
- Task agents (my-research.agent.md, my-bugfixer.agent.md)
-
Clone and setup:
git clone https://github.com/SpiralCloudOmega/DevTeam6.git cd DevTeam6 npm run install:all -
Open workspace:
code devteam6-workspace.code-workspace
-
Run development servers:
npm run dev
-
Access applications:
- React: http://localhost:3000
- Vue: http://localhost:5173
- .NET API: http://localhost:5000/swagger
- Create a feature branch
- Make changes in the appropriate directory
- Test locally with
npm run dev - Run linters:
npm run lint - Commit with descriptive messages
- Push and create PR
feat:New featurefix:Bug fixdocs:Documentation changesstyle:Code style changes (formatting)refactor:Code refactoringtest:Test additions/changeschore:Build/tooling changes
Port already in use:
lsof -i :3000
kill -9 <PID>Dependencies not installing:
npm cache clean --force
npm run clean
npm run install:all.NET build fails:
cd templates/dotnet8-api
dotnet clean
dotnet restore
dotnet build- Check
WORKSPACE_GUIDE.mdfor setup issues - Check
START_HERE.mdfor Open Claude Cowork research - Create an issue on GitHub for bugs
- README.md - Main repository documentation
- WORKSPACE_GUIDE.md - Development workspace guide
- DOCUMENTS.md - PDF and research paper catalog
- FILE_INDEX.md - AI file discovery guide
- ASSET_INVENTORY.md - Complete asset inventory
- Main Site: https://spiralcloudomega.github.io/DevTeam6/
- 3D Demo: https://spiralcloudomega.github.io/DevTeam6/
- GenUI: https://spiralcloudomega.github.io/DevTeam6/genui
- Node Graph: https://spiralcloudomega.github.io/DevTeam6/node-graph
-
This is a resource repository - Most directories are curated collections (awesome lists). Be careful not to modify these unless explicitly instructed.
-
Main development areas:
app/- React/Three.js applicationprojects/- Vue 3 workflow editortemplates/- Starter templateslocal-ai/- Python AI backend.github/omega/- Agent orchestration system
-
Testing is minimal - The project focuses on documentation and examples rather than comprehensive test suites.
-
GitHub Pages deployment - The
app/directory is built and deployed automatically on push tomain. -
Large files - Many PDFs and binary files exist in the root. Use
DOCUMENTS.mdfor metadata about these files. -
Memory system - Omega uses
.github/memory/for session tracking. Check this for context from previous sessions.
Last updated: 2026-03-11 For questions or updates to this file, create an issue or PR.