@capyra/core
v0.1.5
Published
The Capyra Gateway and agent loop — the core runtime.
Readme
@capyra/core
The Capyra Gateway and agent loop — the core runtime.
What it does
- WebSocket Gateway (always-on control plane)
- Agent loop: perceive → plan → act
- Three-layer memory: episodic + semantic (pgvector) + procedural
- Immutable event store (audit trail)
- Tool policy engine (auto / confirm / deny)
Usage
Not meant to be used directly. Use the CLI:
npm install -g @capyra/cli
capyra init my-company
cd my-company
npm startDocker
docker pull marcostaira/capyra-gateway