ade agents

5 tagged ade, measured the same way as everything else here.

agent-definitions

01

EpicStaff/EpicStaff

Agent

AgentDefinition is the new, lean, org-scoped agent config that replaces the legacy CrewAI tables.Agent model for graph execution. It carries identity and execution-tuning fields only — capabilities (tools, knowledge, storage access) are not columns on the model, they attach through Surfaces. Realtime (voice)…

333 2d ago A 0 tokens

agent-service

02

EpicStaff/EpicStaff

Agent

Agent "agent-service" from EpicStaff/EpicStaff, covering agent service (src/agent/), 1. overview & entry point, 2. request flow, 3. contract / request models and agentrequest.

333 2d ago A 0 tokens

surfaces

03

EpicStaff/EpicStaff

Agent

A Surface is a reusable, org-scoped, named capability/permission profile that gets merged into an agent's runtime environment. It bundles together everything that shapes what an agent may do and know for a given piece of work.

333 2d ago A 0 tokens

AGENTS

04

bearlike/Grove

Agent

This is a shim file for external agents.

2 10d ago A 0 tokens copy · 100% MIT

CLAUDE

05

bearlike/Grove

Agent

This package reads an agent tool's native sessions and normalizes them to the AgentActivity / AgentSession model (frozen dataclasses in model.py); clients and the ActivityService consume only that, never a raw transcript. The AgentAdapter Protocol (base.py) is the seam; impls are ClaudeCodeAdapter (filesystem…

2 10d ago A 0 tokens original MIT