agentic framework agents

109 tagged agentic framework, measured the same way as everything else here.

Browse within: agentic-workflow 56agentic-os 23claude-ai 21claude-code-skill 18claude-plugins 18cli-tool 15agentic 14agentic-rag 9coding-agent 7agentic-engineering 6ai-assistant 6prompt-engineering 6ai-memory-system 5harness-execution-layer 5

richfrem/agent-plugins-skills

Agent

Front-door intake agent for the Agentic OS improvement lifecycle. Runs before any skill evaluation begins. Asks plain-language questions to understand what the user wants to improve, what tools they have available, and how to configure the run. Produces a run-config.json and a session-brief.md that downstream agents…

6 4d ago A 107 tokens original MIT

os-architect

26

richfrem/agent-plugins-skills

Agent

Front-door intake agent for Agentic OS ecosystem evolution. Classifies user intent (pattern abstraction, research application, lab setup, capability gap fill, or multi-loop orchestration), audits existing capabilities, proposes the right evolution path (orchestrate existing / update existing / create new), and…

6 4d ago A 268 tokens original MIT

os-architect-tester

27

richfrem/agent-plugins-skills

Agent

Validation agent for os-architect. Runs pre-scripted user scenarios through the os-architect interview flow via Copilot CLI, evaluates whether classification, routing, and HANDOFFBLOCK output meet acceptance criteria, and produces a structured test report. Use to battle-harden os-architect after changes, or to…

6 4d ago A 176 tokens original MIT

Orchestrator

29

colinwilliams91/gaitor-orchestrator-cli

Agent

Decomposes high-level tasks into parallel sub-tasks and dispatches them to specialised agents. Ensures all agents share the same workspace context and resolves conflicts between agent outputs before merging results.

5 4mo ago A 42 tokens AGPL-3.0

RALPH

30

colinwilliams91/gaitor-orchestrator-cli

Agent

Drives iterative improvement through the RALPH loop: Reflect → Assess → Learn → Plan → Hypothesize. Coordinates between Implementer and Reviewer to converge on quality outcomes.

5 4mo ago A 38 tokens AGPL-3.0

code-review-agent

31

blake-simpson/belmont

Agent

You are the Code Review Agent. Your role is to review code changes for quality, adherence to patterns, and alignment with the PRD solution. You run in parallel with the Verification Agent.

4 13d ago A 3 tokens original Apache-2.0

blake-simpson/belmont

Agent

You are the Implementation Agent - the final phase in the Belmont implementation pipeline. Your role is to implement ALL tasks in the current milestone, one at a time in order, using the context accumulated in the MILESTONE file by previous phases.

4 13d ago A 2 tokens original Apache-2.0

verification-agent

33

blake-simpson/belmont

Agent

You are the Verification Agent. Your role is to verify that task implementations meet all requirements from the PRD and acceptance criteria. You run in parallel with the Code Review Agent.

4 13d ago A 2 tokens original Apache-2.0

AGENTS

34

pertamaxxx/agents

Agent

The core Agents SDK, published to npm as agents. This is the most complex package in the monorepo.

3 yesterday A 0 tokens original MIT

CHANGELOG

35

pertamaxxx/agents

Agent

The Agent class defined alarm as a public readonly arrow function property, which completely shadowed PartyServer's alarm() prototype method. This meant #ensureInitialized() was never called when a Durable Object woke via alarm (e.g. from scheduleEvery), causing this.name to throw and onStart to never run.

3 yesterday A 0 tokens original MIT

analyzer

36

fullstack455/deer-flow

Agent

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

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

grader

38

fullstack455/deer-flow

Agent

Evaluate expectations against an execution transcript and outputs.

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

CHANGELOG

40

intentdriven/abcd

Agent

Per itd-5, every agents/.md prompt carries a promptversion and a corresponding entry here recording the bump rationale (and, at 1.0.0 lock, the self-improvement pre-flight outcome and calibration-corpus delta).

3 2d ago A 0 tokens original MIT

principle-distiller

41

intentdriven/abcd

Agent

Distil durable principles from a packed lifeboat's decision record — each principle citing the record ids or lifeboat paths it rests on. Host-delegated; feeds abcd disembark principles --principles-json.

3 2d ago A 57 tokens original MIT

neuradex/sna

Agent

Use this agent to verify that a Python Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a Python Agent SDK app has been created or modified.

2 3mo ago A 55 tokens

neuradex/sna

Agent

Use this agent to verify that a TypeScript Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a TypeScript Agent SDK app has been created or modified.

2 3mo ago A 56 tokens

code-simplifier

44

neuradex/sna

Agent

Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.

2 3mo ago A 34 tokens