Commit Graph

3 Commits

Author SHA1 Message Date
9177ac66ce Add /daemon/status documentation to README2
- Document daemon status endpoint with JSON response example
- Add mode interpretation guide (idle/conversation/autonomous)
- Update endpoints table with /daemon/status

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 22:44:00 +01:00
a9d6d3c7fb Update README2 with API documentation and tensor computation details
- Add API REST section with all endpoints
- Document /profile endpoint response format
- Explain Ikario tensor computation (StateVector + thoughts)
- Explain David tensor computation (messages + declared profile)
- Add category-to-dimension mapping table
- Add Express integration notes
- Update roadmap: Phase 9 complete

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 22:32:44 +01:00
3bfca60bbe Add FastAPI endpoint for Ikario v2 architecture
- api.py: REST API exposing LatentEngine via FastAPI
  - POST /cycle: Execute semiotic cycle
  - POST /translate: Translate state to language
  - GET /state, /vigilance, /metrics, /health
  - Loads embedding model and David profile at startup
  - ~1.3s per cycle (embedding + dissonance + fixation)

- README2.md: Complete documentation of v2 architecture
  - StateTensor 8x1024 explanation
  - Module descriptions with code examples
  - Amendments compliance
  - Usage instructions

Start with: uvicorn ikario_processual.api:app --port 8100

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 22:30:19 +01:00