Skip to content

Repository files navigation

AiosDeck

The AI Operating System for Developers — an intelligent orchestration platform that coordinates specialized AI agents as a collaborative team.

Instead of talking to a single language model, you work with a coordinated team of specialized agents — each with one responsibility, governed by a kernel that manages context, memory, scheduling, workflows, and security.

  • Status: Implemented — core orchestration, agents, workflows, security, and telemetry are shipped and tested (1300+ tests). v1.0 stabilization in progress; see docs/README.md.
  • Platform: Linux
  • Language: Python 3.12+ (zero runtime dependencies)

Quick Start

git clone <repository-url> && cd aiosdeck
python -m venv .venv && source .venv/bin/activate
pip install -e .
aios                                # Show dashboard
aios doctor                         # Run diagnostics
aios memory add convention "Use snake_case"
aios plan "add OAuth2 login" --run  # Plan and run the central workflow pipeline

Requirements: an agent runtime (currently OpenCode) and ai-jail (security sandbox). ProjDesk is optional but recommended.

Documentation

Full documentation lives in docs/README.md.

License

MIT © Gabriel Pablo Garcia

About

Less friction. More intelligence.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages