Frameworks
Capture agents built with popular orchestration frameworks with minimal glue code.
Silvanexum meets your agents where they already live. If you build with an established orchestration framework, these integration guides show how to capture those agents and emit signed traces without rewriting your logic.
Every guide follows the same two-step pattern: register your framework agent once
as a Silvanexum agent, then record each invocation through sx.runs.create(...)
so the prompt, output, model, and tool calls land in a signed, replayable trace.
You don't rebuild your agent on a new framework — you capture the one you already
have.
Guides
LangChain
Capture LangChain chains and agents as signed runs.
LangGraph
Capture stateful, branching LangGraph agents.
CrewAI
Capture a multi-agent CrewAI kickoff as one provable artifact.
Building with OpenAI Agents SDK, AutoGen, or smolagents? The same pattern applies — register the agent, then capture each run. Reach for the Python SDK reference for the full method surface.