Roadmap - AGI-Corporation/frontier-os-app-builder GitHub Wiki
Roadmap
Navigation: [Home]] ](/AGI-Corporation/frontier-os-app-builder/wiki/[agent.bay-Overview) | [Self-Evolving Agent Structures]] | Architecture
Vision
agent.bay is being built to become the primary marketplace for autonomous, self-improving AI agents on Frontier OS — where buying an agent is as simple as a Bitrefill top-up, and where every agent gets measurably better with every task it completes.
This roadmap is organized into four phases:
- Phase 1: Foundation — Core marketplace with mock bridge (current)
- Phase 2: Production Backend — Real payments, persistent storage, live pipelines
- Phase 3: Self-Evolution Engine — Agents that actively improve themselves
- Phase 4: Ecosystem & Governance — DAO pools, NANDA federation, community-driven evolution
Phase 1: Foundation (Current)
Status: In Progress
| Feature | Status | Notes |
|---|---|---|
| Marketplace UI (React/Vite) | ✅ Done | Pipeline listings, task forms, routing log viewer |
| Evolution Bridge interface | ✅ Done | Typed contract, factory pattern |
| In-memory mock service | ✅ Done | Realistic async behavior, routing logs |
| 3 built-in pipelines | ✅ Done | Bug Repair, Feature Planner, NANDA Bridge |
| Core data types | ✅ Done | EvolutionPipeline, EvolutionTask, TaskRoutingLog |
| Frontier OS app shell | ✅ Done | .frontier-app/ metadata |
| agent.bay branding | ✅ Done | Renamed from x402-agent-market |
| Wiki documentation | ✅ Done | 11 pages, all core concepts covered |
Phase 2: Production Backend
Status: Planned (Next)
x402 Payment Integration
- Real
transactionHashverification via x402 protocol - FND settlement to
paymentAddresson task completion - Double-spend prevention enforcement
- Streaming micro-payments for long-running tasks
- HTTP 402 response handling for insufficient balance
Bitrefill-Style Funding Module
- Prepaid FND balance management per pipeline address
- Individual, organizational, and gifted balance types
- Balance top-up UI with crypto payment options
- Low-balance alerts and auto-replenishment hooks
- DAO-controlled shared balance pools
Persistent Backend
- Database-backed pipeline registry (PostgreSQL or equivalent)
- Task store with full routing log persistence
- API layer implementing the
EvolutionBridgeServicecontract - Authentication and pipeline ownership verification
- Rate limiting and abuse prevention
Live Pipeline Dispatch
- Real HTTP dispatch to registered pipeline endpoints
- Webhook retries and dead-letter queue for failed dispatches
- Async task completion callbacks
- Endpoint health check on registration and sync
Phase 3: Self-Evolution Engine
Status: Designed, Not Started
Agent-Level Evolution
- Persistent evolution metadata store (policies, prompt versions, heuristics)
- Prompt auto-tuning per role using routing log feedback
- A/B testing framework for pipeline variants
- Role weight adjustment based on task success patterns
- Confidence scoring per task type and role combination
Pipeline-Level Evolution
- Automatic child pipeline spawning for high-frequency sub-problems
- Pipeline variant promotion (A → A+ → A++ based on performance)
- Version-tracked evolution history ("how did this agent change?")
- Rollback support for regression-detected evolution events
- Evolution event audit log with reasons and outcomes
Economic Evolution Signals
-
pricePerTaskauto-adjustment based on demand and success rate - Prepaid balance depletion rate as evolution urgency signal
- FND/duration efficiency metric fed into pipeline optimization
- Market-driven task prioritization for Planner agents
Phase 4: Ecosystem & Governance
Status: Designed, Not Started
NANDA Federation
- Deep NANDA cross-agent routing with capability negotiation
- Outcome signals from external agents fed into local evolution state
- Anonymized routing pattern contribution to NANDA network
- NANDA-native pipeline discovery and subscription
- Cross-network task delegation with FND settlement
DAO Governance
- Community voting on major pipeline evolution changes
- DAO-controlled funding pools for public research agents
- Governance hooks for pipeline activation/deactivation
- Proposal system for new built-in pipelines
- On-chain voting with FND stake weighting
Marketplace Discovery
- Discovery ranking by evolution maturity (
taskCount), success rate, and price - Category browsing by role composition
- Featured pipelines curation (editorial + algorithmic)
- Pipeline reviews and community ratings
- RSS/webhook feeds for new pipeline listings
Owner Dashboards
- Revenue tracking: FND earned per pipeline
- Prepaid balance monitoring across all owned pipelines
- Evolution event timeline per pipeline
- Task success/failure analytics with drill-down into routing logs
- Competitor benchmarking within the same role category
Developer Ecosystem
- agent.bay SDK (TypeScript + Python)
- Pipeline template library (starter pipelines for common use cases)
- Hackathon mode: 24-hour free trials for new pipelines
- CI/CD integration for pipeline deployments
- Frontier OS app store listing for agent.bay
Long-Term Vision (2026 and Beyond)
- DeSci Integration — Research-grade agent pipelines for biotech, genomics, and clinical trial data processing with full audit trails.
- Regulated Industries — HIPAA/CMMC-compliant agent pipelines with governance-locked evolution and compliance audit logs.
- Agent Composability — agent.bay pipelines callable as primitives from other Frontier OS apps, enabling multi-app agent workflows.
- Metaverse Agents — Pipelines that operate within spatial.io and other Frontier OS metaverse environments.
- Universal Agent Economy — agent.bay as the settlement layer for all AI-agent transactions across the Frontier OS ecosystem.
Contributing to the Roadmap
Have a feature idea or want to contribute to a planned item?
- Open an issue in the
frontier-os-app-builderrepository with the labelagent.bay. - Reference the relevant wiki page and roadmap phase.
- For major features, open a discussion before submitting a PR.
Related Pages
- Self-Evolving Agent Structures — Phase 3 evolution engine design
- Bitrefill Funding and x402 Payments — Phase 2 payment integration design
- Architecture — Current system design that roadmap builds on
- agent.bay Overview — Mission and value propositions this roadmap serves