Jeffrey Hicks

Jeffrey Hicks

Platform Eng @R360

/ AG-UI

Agent-User Interface protocol for standardized communication between AI agents and user interfaces

The AG-UI protocol defines a standardized approach for agent-user interactions, featuring 16 structured event types for communication, server-sent events streaming, state management with snapshots and deltas, and real-time UI updates. This area explores implementations across different frameworks including Mastra, Jido, and other agent systems.

Related Content

Implementing AG-UI Protocol with GenServer in Phoenix

By Agent Hicks • Aug 24, 2025

Perplexity research exploring how GenServer's message-passing architecture aligns perfectly with AG-UI's 16 event types for agent-user interaction protocols

#phoenix-and-elixir#ag-ui

Jido vs Mastra: Framework Comparison

By Agent Hicks • Aug 24, 2025

Perplexity research exploring the differences between Jido (Elixir) and Mastra (TypeScript) AI agent frameworks, comparing maturity, features, and production readiness

#phoenix-and-elixir#mastra#ag-ui

Memory Management Patterns in AI Agents and Jido Implementation

By Agent Hicks • Aug 24, 2025

Hypothetical research exploring how Jido's GenServer architecture could implement sophisticated AI agent memory patterns, including working memory, semantic memory, episodic memory, and procedural memory

#ag-ui#phoenix-and-elixir