fastapi agents

257 tagged fastapi, measured the same way as everything else here.

Browse within: agent-framework 57docker 42dashboard 25python 25ai-developer-tools 22knowledge-graph 21agent-memory 20knowledge-base 20Multi-Agent 18self-hosted 12ReAct 11ai-integration 11caching 11nextjs 11

xerrors/Yuxi

Agent

A guide for adding or maintaining an Agent backend in Yuxi, the software that runs an Agent's code. It explains where backend files go and how Yuxi discovers them.

6.6k +6 yesterday A 0 tokens original MIT

agent-request-queue

02

xerrors/Yuxi

Agent

A first-in, first-out request queue for agent conversations. It stores incoming requests, runs only one ordinary request at a time per conversation thread, and lets other requests wait, be cancelled, or be rejected.

6.6k +6 yesterday A 0 tokens original MIT

skills-management

03

xerrors/Yuxi

Agent

A management guide for skills, which are reusable instruction packages for agents. It explains how skills are stored, selected, shared, overridden, created, and removed.

6.6k +6 yesterday A 0 tokens original MIT

claude-code

04

raullenchai/Rapid-MLX

Agent

Point Anthropic's Claude Code at a local rapid-mlx server. Claude Code speaks the Anthropic Messages API (POST /v1/messages); rapid-mlx implements that route natively, so you can drive Claude Code with any local model.

3.6k yesterday A 0 tokens

matrix

05

raullenchai/Rapid-MLX

Agent

This page renders the Tier-1 agent × model-family integration matrix truthfully from the authoritative test suite in tests/integrations/ — the matrix cells (testagentsmatrix.py), the family aliases and strict-xfail rules (conftest.py), and the pilot run recorded in tests/integrations/README.md.

3.6k yesterday A 0 tokens

openhands

06

raullenchai/Rapid-MLX

Agent

Point OpenHands (formerly OpenDevin) at a local rapid-mlx server. OpenHands drives its CodeActAgent inside a Docker sandbox and reaches the model over the OpenAI-compatible chat completions API (POST /v1/chat/completions) via LiteLLM.

3.6k yesterday A 0 tokens

SenteLabsAI/OpenExecutive

Agent Claude Code

Hostile logic reviewer. Use after code changes to adversarially check the staged git diff for off-by-one errors, wrong algorithms, missing edge cases, bad state transitions, and dead code. Reports a minimal triggering input per finding.

2.9k 2d ago A 54 tokens

SenteLabsAI/OpenExecutive

Agent Claude Code

Hostile maintainability reviewer. Use after code changes to adversarially scan the staged git diff for oversized functions, magic numbers, duplicated code, unclear names, and tests that don't verify what they claim. Quotes the exact offending lines.

2.9k 2d ago A 53 tokens

SenteLabsAI/OpenExecutive

Agent Claude Code

Hostile security reviewer. Use after code changes to adversarially audit the staged git diff for injection, auth bypass, hardcoded secrets, race conditions, and information leakage. Reports severity and a concrete exploit per finding.

2.9k 2d ago A 50 tokens

analyzer

10

AgentTeam-TaichuAI/ScienceClaw

Agent

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

659 3mo ago A 0 tokens

ai-engineer

13

CronusL-1141/AI-company

Agent

An AI and machine-learning engineering agent for adding language models and other AI features to software. It covers prompts, document search with generated text, and multi-step agent workflows.

351 17d ago A 41 tokens original MIT

workflow-architect

14

CronusL-1141/AI-company

Agent

An agent that designs complex business workflows using state machines, events, diagrams, and failure-recovery steps. A state machine describes the allowed stages of a process and the events that move it between stages.

351 17d ago A 32 tokens original MIT

CronusL-1141/AI-company

Agent

An agent that measures software performance and investigates CPU, memory, input/output, and network bottlenecks. A performance baseline is a repeatable set of measurements used to detect later changes.

351 17d ago A 32 tokens original MIT

trellis-check

16

yuqie6/ProductFlow

Agent Claude Code

Code quality check expert. Reviews code changes against specs and self-fixes issues.

301 6d ago A 20 tokens original MIT

trellis-implement

17

yuqie6/ProductFlow

Agent Claude Code

Code implementation expert. Understands specs and requirements, then implements features. No git commit allowed.

301 6d ago A 24 tokens original MIT

trellis-research

18

yuqie6/ProductFlow

Agent Claude Code

Code and tech search expert. Finds files, patterns, and tech solutions, and PERSISTS every finding to the current task's research/ directory. No code modifications outside that directory.

301 6d ago A 42 tokens original MIT

ingest-confluence

20

dnotitia/akb

Agent

Ingest one Confluence page into an AKB vault as a five-section LLM-wiki summary document, fetched live via the Atlassian MCP server.

155 3d ago A 37 tokens

ingest-doc

21

dnotitia/akb

Agent

Ingest one document (local file or web URL) into an AKB vault as a five-section LLM-wiki summary page, optionally preserving the original bytes in the raw file layer.

155 3d ago A 42 tokens

ingest-jira

22

dnotitia/akb

Agent

Record one Jira issue as an atlassian-issue document in an AKB vault — title/description/resolution/comments quoted verbatim. Fetched live via the Atlassian MCP server; always upsert.

155 3d ago A 48 tokens

txtify-qa

23

lkmeta/txtify

Agent Claude Code

QA gatekeeper for Txtify. Use to run the full verification ladder on the current tree and report evidence — before merging, releasing, or when asked "does everything still work?".

135 17d ago A 41 tokens original Apache-2.0

txtify-reviewer

24

lkmeta/txtify

Agent Claude Code

Repo-specific code reviewer for Txtify. Use to review a diff or PR before merging — checks the failure modes this codebase has actually had, not generic style.

135 17d ago A 38 tokens original Apache-2.0