Wire up agentic-core + agentic-memory into a living agent.
Multi-session. Knowledge-aware. Lifecycle built in.
$ npm i agentic-claw agentic-core agentic-memory
copy
No framework. No boilerplate. Just createClaw and go.
claw wires the building blocks. You just call chat().
Every conversation automatically stored, trimmed, and managed. No manual history threading. Just chat.
Learn documents once, recall relevant context on every chat. Local TF-IDF or OpenAI embeddings.
Isolated conversations, shared knowledge. Each session has its own history but taps the same knowledge base.
Periodic callbacks and scheduled tasks. Your agent stays alive and can do work between conversations.
Token-by-token streaming with event callbacks. Proxy support for GFW and CORS. Works everywhere.
Peers: agentic-core + agentic-memory. No transitive deps. No build step. Works in Node and browser.