Integrations
Every way to get Weckr in front of your LLM calls. Wrap the provider client directly for the cleanest, lowest-overhead path, or use one of the framework guides for agent-style code.
No matter which path you pick, the dashboard at app.useweckr.com fills with the same per-user, per-feature cost data.
SDKs
LLM providers
Agent frameworks
LangChain
→Use Weckr alongside LangChain by wrapping the underlying OpenAI client at the boundary.
CrewAI
→Catch runaway agent loops with token-velocity alerts. Same boundary-wrap pattern as LangChain.
LlamaIndex
Coming soonRAG pipelines and query engines. Native callback handler on the roadmap.
Tooling
Don't see your framework?
Tell us what you're using on GitHub and we'll prioritise a guide. Until then, the boundary-wrap pattern (wrap the underlying provider client with wk.chat()) works with almost any agent framework.