docs.rs failed to build vex-api-0.1.5
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
vex-api-0.1.2
vex-api
Industry-grade HTTP API gateway for the VEX Protocol.
Features
- RESTful API - Full CRUD operations for agents
- JWT Authentication - Secure API access
- Rate Limiting - Protect against abuse
- Circuit Breaker - Resilient external service calls
- OpenTelemetry - Production observability
Installation
[]
= "0.1"
Quick Start
use Server;
async
API Endpoints
POST /api/v1/agents- Create a new agentPOST /api/v1/agents/:id/execute- Execute agent task (Adversarial/Verified)GET /api/v1/jobs/:id- Poll execution resultsGET /api/v1/routing/stats- View routing cost savingsGET /api/v1/routing/config- Configure routing strategy (Admin)GET /health- Health check
License
MIT License - see LICENSE for details.