AIOS — AI Engineering Operating System. Spec-driven development with agent orchestration.
Project description
AIOS — AI Engineering Operating System
Spec-driven development framework with agent orchestration, modeled after Kiro-style workflows.
Install
pip install -e .
Quick Start
# Initialize in any project
aios init
# Create a task (auto-detects mode)
aios task --task "Add analytics dashboard"
# Start session
aios boot
# Check status
aios status
# Analyze repo
aios analyze
# Check release readiness
aios release
# End session
aios refresh --summary "Built dashboard" --next-step "Add tests"
Commands
| Command | Description |
|---|---|
aios init |
Initialize AIOS in a project |
aios task |
Create task with auto mode detection |
aios boot |
Load context and start session |
aios refresh |
Save session state |
aios status |
Show project status |
aios analyze |
Analyze repo + run stack checks |
aios release |
Check release readiness |
aios doctor |
Diagnose AIOS health |
aios handoff |
Generate handoff document |
aios module |
List/check stack modules |
aios config |
Project configuration |
aios version |
Show version |
Modes
- BUGFIX — surgical fixes, regression tests
- FEATURE — incremental implementation
- MIGRATION — phased cloud migration
- LEGACY_MODERNIZATION — stabilize and modernize
Stacks
multiagent, python, react, cicd, aws, docker — auto-detected per project.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aios_kiro-1.4.0.tar.gz
(43.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
aios_kiro-1.4.0-py3-none-any.whl
(58.4 kB
view details)
File details
Details for the file aios_kiro-1.4.0.tar.gz.
File metadata
- Download URL: aios_kiro-1.4.0.tar.gz
- Upload date:
- Size: 43.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa81d3e4451e48a520b9b63f5e72baf22575d29c57c686fe70cd0d35c0534607
|
|
| MD5 |
1754bd00317f62ca3e9589d32c22a446
|
|
| BLAKE2b-256 |
8d09d9639e7aa2cdf4856eb5f7c86c5c37d4a589f570cd7d603b6821bfae39b6
|
File details
Details for the file aios_kiro-1.4.0-py3-none-any.whl.
File metadata
- Download URL: aios_kiro-1.4.0-py3-none-any.whl
- Upload date:
- Size: 58.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7fde9c6d68c891a5ddfc34726fa99ef44990b87dad4f3525e168dc053b36ceb
|
|
| MD5 |
a4bf1f97aa571445ca04b5086cd81827
|
|
| BLAKE2b-256 |
c298a51b1f108b1e59fc781678dc56e06f8ca257c5c368914ac2774c7496b963
|