Overview
What is TELL_ME?
TELL_ME is ETHRAEON's primary research and analysis agent. It specializes in information retrieval, fact-checking, and source synthesis across internal knowledge bases and external sources.
Every response from TELL_ME includes provenance information linking claims to their sources, with EDG nodes documenting the research chain.
Capabilities
Core Functions
- Information Retrieval: Fast lookup across constitutional memory and knowledge bases
- Fact Verification: Cross-reference claims against authoritative sources
- Source Synthesis: Combine multiple sources into coherent responses
- Citation Generation: Produce proper citations for all claims
- Confidence Scoring: Assess reliability of information sources
- Knowledge Graph Navigation: Traverse relationships between concepts
Example
Query Pattern
> TELL_ME: What is the current status of Tracelet?
Tracelet v1.1.0 is ACTIVE on port 8007. The 6-agent registry is operational. Last EDG emission: 2026-01-25T15:30:00Z. Constitutional compliance: 100%.
[Sources: Cipher Memory, EDG Chain, VPS Healthcheck]
Integration
Agent Handoff
TELL_ME works with other agents in the Tracelet network:
- → BLOOM: Hands off to creative synthesis when conceptual expansion is needed
- → FOUNDER: Escalates to strategy when business decisions are required
- → ARCANUM: Requests cryptographic verification for sensitive claims
- ← KAIROS: Receives time-contextualized queries
Access
API Endpoint
Query TELL_ME via the Tracelet API:
POST https://api.ethraeon.ai/agents/tell_me/query
Content-Type: application/json
{"query": "your question", "context": "optional"}
See TELL_ME documentation for full API reference.