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

Neurosymbolic AI

Combine LLMs with Prolog for logical reasoning

Production

LLM Orchestration

100+ providers via LiteLLM, streaming, tool use

Production

RAG & Memory

Vector search, embeddings, persistent memory

Production

Web Automation

Scraping, crawling, AI-powered extraction

Production

Parallel Workflows

Fan-out/fan-in, concurrent execution

Production

Human-in-the-Loop

Interrupts, checkpoints, approval workflows

Production

Edge Deployment

Single binary, offline-first, serverless

Production

Observability

Distributed tracing, Opik integration

Production

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