Commit Graph

2 Commits

Author SHA1 Message Date
Markus Maiwald ff40f3739c docs(sdk): add comprehensive Janus SDK documentation
Add README.md with:
- Architecture overview with diagram
- Quick start examples (Identity, QVL, GQL)
- Module reference for all public APIs
- GQL syntax guide (MATCH, CREATE, DELETE, RETURN)
- Design principles (Exit is Voice, Profit=Honesty, etc.)
- Testing instructions
- Sprint roadmap

Covers Sprint 3: Documentation
2026-02-03 12:52:41 +01:00
Markus Maiwald ccf521131a
feat(janus-sdk): add libertaria sdk v0.1.0-alpha
Add Janus language SDK for Libertaria with core modules:

- identity: cryptographic agent identity with rotation/burn

- message: signed, content-addressed messages

- context: NCP implementation

- memory: LanceDB vector store integration

- lib: unified API exports
2026-02-03 08:09:43 +01:00