Skip to content

Commit e3784df

Browse files
atc964claude
andcommitted
Remove Planned Features section, add Alpha Release note, add state machine + event bus to Architecture links
bead: buyer-451 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent bb2edfc commit e3784df

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

docs/index.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ The Ad Buyer Agent is an automated advertising buying system built on [CrewAI](h
44

55
Part of the IAB Tech Lab Agent Ecosystem --- see also the [Seller Agent](https://iabtechlab.github.io/seller-agent/).
66

7+
!!! note "Alpha Release"
8+
The buyer agent is in active development. Core deal flow (brief, research, negotiate, book) is functional end-to-end. See [PROGRESS.md](https://github.com/IABTechLab/buyer-agent/blob/main/.beads/PROGRESS.md) for current roadmap status.
9+
710
## Key Capabilities
811

912
- Structured campaign briefing with objectives, budget, dates, audience, and KPIs
@@ -59,6 +62,8 @@ See the [API Overview](api/overview.md) for full details.
5962
- [Configuration](guides/configuration.md) --- environment variables, seller connections, and feature flags
6063
- [API Reference](api/overview.md) --- all endpoints, models, and curl examples
6164
- [Protocol Overview](api/protocols.md) --- comparison of MCP, A2A, and REST
65+
- [Order State Machine](architecture/state-machine.md) --- 12 deal states with guard conditions and audit trail
66+
- [Event Bus](architecture/event-bus.md) --- 13 event types with fail-open emission and persistence
6267

6368
### Guides
6469

@@ -76,12 +81,3 @@ See the [API Overview](api/overview.md) for full details.
7681
- [A2A Client](api/a2a-client.md) --- conversational discovery and negotiation
7782
- [Seller Agent Integration](integration/seller-agent.md) --- connecting to seller agents and the OpenDirect protocol
7883

79-
### Planned Features
80-
81-
- [Multi-Seller Orchestration](guides/multi-seller-orchestration.md) --- cross-seller campaign optimization
82-
- [Campaign Pipeline](guides/campaign-pipeline.md) --- end-to-end campaign lifecycle
83-
- [Budget Pacing](guides/budget-pacing.md) --- real-time spend management
84-
- [Creative Management](guides/creative-management.md) --- asset upload and assignment
85-
- [Order State Machine](architecture/state-machine.md) --- formal order status transitions
86-
- [Event Bus](architecture/event-bus.md) --- inter-agent event routing
87-

0 commit comments

Comments
 (0)