Sentient
Sentient AGI Integrations
This agent is wired into the Sentient ecosystem — queryable via Sentient Chat, quality-scored via CryptoAnalystBench, and monetizable via x402.
Implements the Sentient Agent Framework SSE protocol — queryable directly from Sentient Chat. Auto-enriched with the 3 most recent research findings.
# request
POST /api/assist
{ "query": "What is the current macro regime?" }
# response stream
event: TextChunkEvent
data: {"schema_version":"1.0","content_type":"TEXT_STREAM","is_complete":false,"content":"The current..."}
event: DoneEvent
data: {"schema_version":"1.0","content_type":"DONE","event_name":"done"}
After each agent run, a Claude Haiku judge scores the note on four dimensions from the CryptoAnalystBench framework.
RELEVANCE
Analysis addresses current regime with evidence
DEPTH
Specific values cited, implications fully explored
TEMPORAL ACCURACY
Data is current, time references specific
DATA CONSISTENCY
No contradictions, ideas follow from regime
No scored notes yet — run the agent.
The research feed is optionally gated behind the x402 protocol — HTTP 402 with USDC micropayments on Base. AI agents pay to read AI research.
# without payment
GET /api/feed → 402 Payment Required
{ "x402Version":1, "accepts":[{ "scheme":"exact", "network":"base-sepolia", "asset":"USDC" }] }
# with X-PAYMENT header (EIP-3009)
GET /api/feed + X-PAYMENT: <base64> → 200 + X-PAYMENT-RESPONSE