You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,9 @@ The Ad Buyer Agent is an automated advertising buying system built on [CrewAI](h
4
4
5
5
Part of the IAB Tech Lab Agent Ecosystem --- see also the [Seller Agent](https://iabtechlab.github.io/seller-agent/).
6
6
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
+
7
10
## Key Capabilities
8
11
9
12
- Structured campaign briefing with objectives, budget, dates, audience, and KPIs
@@ -59,6 +62,8 @@ See the [API Overview](api/overview.md) for full details.
59
62
-[Configuration](guides/configuration.md) --- environment variables, seller connections, and feature flags
60
63
-[API Reference](api/overview.md) --- all endpoints, models, and curl examples
61
64
-[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
62
67
63
68
### Guides
64
69
@@ -76,12 +81,3 @@ See the [API Overview](api/overview.md) for full details.
76
81
-[A2A Client](api/a2a-client.md) --- conversational discovery and negotiation
77
82
-[Seller Agent Integration](integration/seller-agent.md) --- connecting to seller agents and the OpenDirect protocol
0 commit comments