From 0ceadfc7c25e523f4797ecf95013e76568523f6f Mon Sep 17 00:00:00 2001 From: santoshkumarradha Date: Wed, 11 Mar 2026 09:36:01 +0530 Subject: [PATCH] feat: add AgentField, SWE-AF, and SEC-AF --- data/agents/sec-af.yaml | 7 +++++++ data/agents/swe-af.yaml | 6 ++++++ data/projects/agentfield.yaml | 7 +++++++ 3 files changed, 20 insertions(+) create mode 100644 data/agents/sec-af.yaml create mode 100644 data/agents/swe-af.yaml create mode 100644 data/projects/agentfield.yaml 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.