diff --git a/data/agents/sec-af.yaml b/data/agents/sec-af.yaml new file mode 100644 index 0000000..1027d20 --- /dev/null +++ b/data/agents/sec-af.yaml @@ -0,0 +1,7 @@ +name: SEC-AF +repo: https://github.com/Agent-Field/sec-af +tagline: Multi-agent security auditor — orchestrates a 250+ agent swarm that proves exploitability, SARIF for CI +description: > + Multi-agent security auditor. Orchestrates a 250+ agent swarm to find + vulnerabilities and prove they're exploitable — not just flag patterns. + SARIF output for GitHub Actions integration. Apache 2.0. diff --git a/data/agents/swe-af.yaml b/data/agents/swe-af.yaml new file mode 100644 index 0000000..2d0b486 --- /dev/null +++ b/data/agents/swe-af.yaml @@ -0,0 +1,6 @@ +name: SWE-AF +repo: https://github.com/Agent-Field/SWE-AF +tagline: Autonomous software engineering agent team — orchestrates a 400+ agent swarm for planning, coding, testing, and review +description: > + Autonomous software engineering agent team. Orchestrates a 400+ agent swarm + across the full development lifecycle from a single API call. Apache 2.0. diff --git a/data/projects/agentfield.yaml b/data/projects/agentfield.yaml new file mode 100644 index 0000000..ca557b5 --- /dev/null +++ b/data/projects/agentfield.yaml @@ -0,0 +1,7 @@ +name: AgentField +repo: https://github.com/Agent-Field/agentfield +tagline: Control plane for orchestrating AI agent swarms as microservices — best-in-class DX +description: > + Open-source infrastructure for orchestrating AI agent swarms at scale. + Best-in-class developer experience with SDKs for Python, Go, and TypeScript. + Handles async execution, durable state, and observability.