Multimodal
Handle text, image, and document flows as first-class runtime inputs.
Animus gives you the runtime primitives missing from raw model SDKs: tools, MCP, sandbox, skills, subagents, and artifact-first pipelines designed for real execution.
agent := animus.New(api.Config{
Model: "claude-sonnet",
Sandbox: sandbox.Policy{Filesystem: "workspace-write"},
})
response, err := agent.Run(ctx, api.Request{
Prompt: "Inspect the repository and build a pipeline summary",
Pipeline: pipeline.Batch(
pipeline.Step("scan"),
pipeline.Step("classify"),
pipeline.Step("timeline"),
),
})Handle text, image, and document flows as first-class runtime inputs.
Run built-in tools, custom tools, and MCP-connected tools with control.
Coordinate specialized agent paths without collapsing into prompt spaghetti.
Track artifacts, cache, checkpoints, lineage, and timeline in one model.
Animus is meant for systems that need control, inspection, and deployment fit. The site should make that obvious in one scroll.
Animus turns model calls into a runtime with governance points, orchestration layers, and visible execution flow.
Use it in CLIs, services, CI systems, and platform backends without dragging in a heavy runtime stack.
Events, hooks, checkpoints, and lineage make it easier to inspect what ran, what changed, and why.
The visual language centers on code, event flow, artifacts, and control surfaces. The site should feel like an execution system, not a generic AI landing page.
Present external execution as a governed layer with explicit boundaries, not a magical side effect of prompting.
Highlight coordination and specialization without over-selling a black-box platform.
Emphasize why multimodal work benefits from lineage, cache keys, and resumable execution.
Prompt + images + documents
Agent loop, model, middleware, tools
Timeline, lineage, checkpoints, cache
The site treats examples and docs as first-class product surfaces, not as secondary links hidden in a footer.
Minimal request-response flow with a clean SDK entry point.
Pass image and document inputs into the runtime without bolting on side channels.
Build pipeline steps with cache, checkpoints, and lineage-aware outputs.
Inspect the timeline emitted by a pipeline-backed multimodal run.
Understand where Animus fits and how to approach the runtime in one pass.
Learn how the CLI exposes runtime behavior for streaming, REPL, and pipelines.
See how model adapters, tools, and orchestration surfaces fit together in Go.
Artifact-first pipeline execution with timeline, cache, checkpoints, and lineage.
Public-facing content should stay tightly coupled to actual runtime capabilities and examples.
Public-facing content should stay tightly coupled to actual runtime capabilities and examples.
Public-facing content should stay tightly coupled to actual runtime capabilities and examples.