Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ <h2 class="section-title">Benchmark Methodologies</h2>
// Enterprise
{ name: "Microsoft Agent Framework", url: "https://azure.microsoft.com/en-us/products/ai-agent-service/", philosophy: "Unified, Type-Safe", prof: "High", setup: "Medium-Hard", deploy: "Azure Cloud", usecase: "Auditable finance/enterprise systems.", observ: "High", cost: "Azure", category: "enterprise" },
{ name: "Vertex AI Agents", url: "https://cloud.google.com/products/agent-builder", philosophy: "Managed Grounding", prof: "Medium (Cloud Eng)", setup: "Medium", deploy: "Google Cloud", usecase: "Enterprise search & support bots.", observ: "High", cost: "Paid", category: "enterprise" },
{ name: "AxonFlow", url: "https://github.com/getaxonflow/axonflow", philosophy: "Inline Control Plane", prof: "Medium-High (Platform Eng)", setup: "Medium", deploy: "Self-Hosted", usecase: "Policy enforcement, audit, HITL intervention for agent workflows.", observ: "Very High", cost: "Source-Avail (BSL)", category: "enterprise" },

// Benchmarking Tools
{ name: "AgentOps", url: "https://agentops.ai/", philosophy: "Session Replay & Metrics", prof: "Low-Medium", setup: "Easy (SDK)", deploy: "SaaS", usecase: "Debugging agent sessions, cost tracking, success rate.", observ: "Very High", cost: "Freemium", category: "benchmark-tool" },
Expand Down