{% extends "main.html" %}
{% block tabs %}
{{ super() }}
A lightweight, modular, protocol-native runtime for production AI agents.
A tiny, load-bearing kernel — guards, durable state, and observability —
that everything else plugs into as opt-in middleware, swappable backends,
and protocol adapters.
Spine
from spine_core import Agent
agent = Agent("openai:gpt-4o-mini")
result = await agent.run("say hello")
print(result.answer)