Embodied AI System
- Python 78.6%
- TypeScript 8.8%
- Rust 6.3%
- CSS 4.5%
- Dockerfile 1.3%
- Other 0.4%
|
Some checks are pending
publish-container / publish-broker (push) Waiting to run
|
||
|---|---|---|
| .forgejo/workflows | ||
| apps/hud | ||
| assets | ||
| bridges | ||
| configs | ||
| crates/embodied-memory-core | ||
| docs | ||
| laptop-sensor-relay | ||
| schemas | ||
| scripts | ||
| services | ||
| tests | ||
| web | ||
| .dockerignore | ||
| .env.example | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| docker-compose.registry.yml | ||
| docker-compose.yml | ||
| Dockerfile | ||
| Dockerfile.memory | ||
| Dockerfile.relay | ||
| entrypoint.sh | ||
| README.md | ||
| requirements.memory.txt | ||
| requirements.txt | ||
embodied-ai
embodied-ai is a local-first embodied agent runtime. The active architecture is the v1 HFSM/config DSL described in docs/spec/.
Source of Truth
Read these first:
docs/spec/embodied-ai-hfsm-dsl-spec.mddocs/spec/embodied-ai-architecture-issues.mddocs/spec/embodied-ai-implementation-plan.md
Historical docs live only under docs/archive/ and are not implementation guidance.
Active Layout
configs/ v1 runtime, state, claim, and bridge config
schemas/ v1 JSON schema contracts
services/spine/ deterministic runtime, HFSM, actions, heartbeat, claims, Brain mediation
services/brain-hermes/ strict Brain harness
services/embodied-memory/
bridges/ manifest-backed sense and appendage services
web/ Vite/React HUD
apps/hud/ HUD package boundary
tests/test_v03_* spec-aligned tests
Validation
.venv/bin/python -m pytest tests/test_v03_*.py -q
cd web && npm run build
Older v01/v02 tests are intentionally not the source of truth for new work.