Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.skrmir.com/llms.txt

Use this file to discover all available pages before exploring further.

CLI Direction Reference

The repository does not currently implement the CLI commands listed below. This page preserves the planned command model only and must not be read as current cmd/aios behavior.

Current Executable Entry

Terminal A:
go run ./cmd/aios
Terminal B:
curl http://localhost:8080/healthz
curl http://localhost:8080/readyz

Planned Global Flags

FlagDescriptionExample
--profileSelect runtime profileaios --profile prod infra cluster status
--outputSet output formataios --output json agent run list
--helpShow helpaios infra --help
--versionShow versionaios --version

Planned Infrastructure Commands (Not Yet Implemented)

CommandDescriptionExample
infra cluster upCreate/adopt clusteraios infra cluster up
infra app deployDeploy applicationaios infra app deploy my-api --namespace dev-ai --replicas 2
infra app logsStream app logsaios infra app logs my-api --follow

Planned Agent Commands (Not Yet Implemented)

CommandDescriptionExample
agent tool addRegister tool adapteraios agent tool add codex --token $CODEX_TOKEN
agent runSubmit task runaios agent run --tool codex --task "Add API tests"
agent run listList recent runsaios agent run list --limit 20
agent run logsFetch run logsaios agent run logs <run-id>