CrewAI
Capture CrewAI crews so each kickoff emits a signed, shareable Silvanexum trace.
CrewAI orchestrates a crew of role-playing agents
that collaborate on a task. Silvanexum captures the crew's work: you keep your
agents, tasks, and process exactly as designed, and record each kickoff() as a
signed, replayable Silvanexum run — so a multi-agent outcome becomes a single
piece of portable, provable evidence.
The pattern is identical to the rest of the platform:
- Register the crew once as a Silvanexum agent (the captured artifact).
- Record each kickoff with
sx.runs.create(...)so it is captured and signed.
Needs an API key with the manage scope (to register the agent) and run (to
capture executions). Set SILVANEXUM_API_KEY first.
Install
1. Register the crew as an agent
A crew is many agents, but on Silvanexum it's captured as one addressable unit. Describe it once:
2. Kick off the crew and capture the result
Run your crew the way you already do, then record the kickoff input and result as a signed Silvanexum run.
3. Read back the trace
Each agent hand-off and tool call lands in the trace, so the whole crew's run is reconstructable and shareable: