TEA Capabilities#
The Edge Agent (TEA) is more than just a YAML agent framework. Here’s everything TEA can do:
Core Capabilities#
Capability |
Description |
Status |
|---|---|---|
Combine LLMs with Prolog for logical reasoning |
Production |
|
100+ providers via LiteLLM, streaming, tool use |
Production |
|
Vector search, embeddings, persistent memory |
Production |
|
Scraping, crawling, AI-powered extraction |
Production |
|
Fan-out/fan-in, concurrent execution |
Production |
|
Interrupts, checkpoints, approval workflows |
Production |
|
Single binary, offline-first, serverless |
Production |
|
Distributed tracing, Opik integration |
Production |
Quick Links#
What Makes TEA Different?#
Feature |
TEA |
Traditional Frameworks |
|---|---|---|
Symbolic Reasoning |
Prolog integration |
None |
Deployment |
Single binary |
Python + dependencies |
Offline Support |
Full offline capability |
Requires cloud |
Runtime |
Python + Rust |
Python only |