AgentNotes

Integrations

Install aiagentnotes on Python or npm, or clawhub install agentnotes for OpenClaw. Same three env vars everywhere.

Get API key

One product. Three installs.

Pick the package for your stack. Add the same env vars. The SDK handles the rest.

Python

LangChain, CrewAI, Railway, any Python bot

pip install aiagentnotes

npm

Node, Express, Railway, cron, any JavaScript bot

npm install aiagentnotes

ClawHub

OpenClaw — Telegram, Slack, gateway bots

clawhub install agentnotes

or npx aiagentnotes install

Install the AgentNotes skill in your workspace. Log via Node scripts or curl — no Python on the gateway.

Setup guide →
LangChain

Attach AgentNotesCallbackHandler to any chain or agent executor.

sdk/agentnotes/integrations/langchain.py

CrewAI

Wrap crew.kickoff() with log_crew_kickoff and log_crew_complete.

sdk/agentnotes/integrations/crewai.py

HTTP / n8n

POST to /api/v1/logs and /api/v1/runs/complete from any language or workflow tool.

docs/integrations/http-api.md