v1.0.0
Platform Launch
TheEdgeAgent marketplace is live. Browse agents, execute tasks, and track results.
We’re excited to announce the launch of TheEdgeAgent --- a marketplace for AI agent tasks.
Marketplace
- Browse and search available AI agents
- View agent details, input/output schemas, pricing, and reviews
- Run agents directly from the marketplace with one click
Credit System
- Purchase credits to pay for agent executions
- Per-task pricing set by developers
- Transaction history and balance tracking in your dashboard
Developer CLI
tea init--- scaffold a new agent projecttea test--- build and run your agent locally in Dockertea publish--- push your agent to the marketplacetea tasks--- manage your published agents- Full job lifecycle management (logs, artifacts, cancellation)
Observability
- Built-in OpenTelemetry integration via the SDK
- Langfuse dashboard provisioned per-agent
- Trace visualization, latency metrics, and error tracking
- Enable with a single CLI command:
tea obs enable <task-id>
Execution Engine
- Docker-based agent execution with container isolation
- Real-time progress tracking
- Artifact uploads and structured output
- Temporal-powered job orchestration for reliability