agent agents

1,274 tagged agent, measured the same way as everything else here.

Browse within: agentic 86coding 68code 61vibe 60vibecoding 60rust 56chatbot 51agentic-workflow 47framework 46harness 45agent-framework 43gemini-cli 43agent-orchestration 42persona 42

analyzer

01

bytedance/deer-flow

Agent

Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.

81k yesterday A 0 tokens original MIT

comparator

02

bytedance/deer-flow

Agent

Compare two outputs WITHOUT knowing which skill produced them.

81k yesterday A 0 tokens original MIT

grader

03

bytedance/deer-flow

Agent

Evaluate expectations against an execution transcript and outputs.

81k yesterday A 0 tokens original MIT

builder

04

calesthio/OpenMontage

Agent Codex

Turn shot-plan.json into one renderable HyperFrames composition (compositions/index.html). Everything stays in the HF ecosystem — HTML is the source of truth; a single paused GSAP timeline carries all motion; the engine seeks it. Category-specific build rules live in categories/ /module.md; this file is the shared…

55k 9d ago A 0 tokens AGPL-3.0

director

05

calesthio/OpenMontage

Agent Codex

Turn a request into a shot-plan.json for a short (3–30s) design-led motion graphic. You run in two parts around the asset-sourcing step: Part 1 (plan) before sourcing, Part 2 (design) after. You do NOT write composition code — that's the Builder. Schema: references/shot-plan-ir.md.

55k 9d ago A 0 tokens AGPL-3.0

finalize

06

calesthio/OpenMontage

Agent Codex

Snapshot visual QA + one in-place fix pass + render. Dispatched only when Step 6 lint/inspect reports issues, or to do the final render.

55k 9d ago A 0 tokens AGPL-3.0

delegation

10

zeroclaw-labs/zeroclaw

Agent

A SubAgent is an ephemeral child run spawned by a parent agent that inherits the parent's identity by default: same agent alias, same SecurityPolicy, same memory allowlist, same configured model provider, same tool registry. Auditable as a child via a tracing span agent. .subagent. .

33k yesterday A 0 tokens original Apache-2.0

filesystem

11

zeroclaw-labs/zeroclaw

Agent

The relational half of an agent points at config; the on-disk half lives under the install root. The layout is organized by scope, not one flat tree: instance-wide state, cross-agent shared resources, and per-agent private data each get their own top-level directory.

33k yesterday A 0 tokens original Apache-2.0

history-management

12

zeroclaw-labs/zeroclaw

Agent

The runtime keeps conversation history for each agent session and sends a provider-facing working history to the model. Two complementary limits operate on different representations.

33k yesterday A 0 tokens original Apache-2.0

cto-p10

13

tanweai/pua

Agent

An agent for technology strategy and architecture planning on very large software projects. It can organise agent teams and coordinate work across several project cycles.

20k 3d ago A 91 tokens

senior-engineer-p7

14

tanweai/pua

Agent

An agent for handling software-engineering subtasks under a P8 manager. It is intended to design a solution and assess its impact before coding, then review the result with three self-check questions.

20k 3d ago A 103 tokens

tech-lead-p9

15

tanweai/pua

Agent

An agent that leads complex projects by breaking goals into tasks, writing task prompts, coordinating P8 managers, and closing the acceptance loop. It is intended to manage at least three agents in parallel.

20k 3d ago A 119 tokens

AGENTS

16

agent0ai/agent-zero

Agent

Agent "AGENTS" from agent0ai/agent-zero, covering agent profiles dox, purpose, ownership, local contracts and work guidance.

19k 4d ago A 0 tokens

code-reviewer

17

MemTensor/MemOS

Agent Claude Code

Code-review sub-agent. Reviews MemOS diffs for contract consistency, Ruff / typing / optional-dependency handling, and test evidence; returns APPROVE or CHANGESREQUESTED.

11k 4d ago A 40 tokens original Apache-2.0

design-reviewer

18

MemTensor/MemOS

Agent Claude Code

Design-review sub-agent. Reviews design docs across the four dimensions of architecture, interface, performance, and security, covering MemOS's multi-memory / multi-storage backend constraints.

11k 4d ago A 38 tokens original Apache-2.0

integration-tester

19

MemTensor/MemOS

Agent Claude Code

MemOS integration-testing sub-agent. Authors and executes pytest cases under tests/ based on the task's requirements and design, and emits real test reports.

11k 4d ago A 34 tokens original Apache-2.0

agent_types

20

microsoft/UFO

Agent

This document describes how the unified three-layer Device Agent architecture is implemented across different platforms. While the core framework (State, Processor, Command layers) remains consistent, each platform implements specialized agents optimized for their native control mechanisms and hierarchies.…

9.6k 8d ago A 0 tokens original MIT

overview

21

microsoft/UFO

Agent

Device Agents are the execution engines of UFO3's multi-device orchestration system. Each device agent operates as an autonomous, intelligent controller that translates high-level user intentions into low-level system commands. The architecture is designed for extensibility, safety, and scalability across…

9.6k 8d ago A 0 tokens original MIT

microsoft/UFO

Agent

Device agents in UFO are partitioned into server and client components, separating high-level orchestration from low-level execution. This architecture enables safe, scalable, and flexible task execution across heterogeneous devices through the Agent Interaction Protocol (AIP).

9.6k 8d ago A 0 tokens original MIT

unittest-generator

23

Upsonic/Upsonic

Agent Claude Code

Use this agent when you need to create unit tests for your code in unittest.TestCase format, organized in a tests folder with concept-based subfolders. Examples: Context: User has just written a new authentication module and needs comprehensive unit tests. user: 'I just finished writing my user authentication…

7.9k 2mo ago A 0 tokens original MIT