Skip to content

Commit 6c4c8be

Browse files
authored
Merge pull request #55 from IABTechLab/docs/site-restructure
Restructure buyer site nav to match seller pattern
2 parents 7692260 + 8eb3316 commit 6c4c8be

2 files changed

Lines changed: 11 additions & 13 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-

mkdocs.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,18 @@ nav:
7070
- Products: api/products.md
7171
- Sessions: api/sessions.md
7272
- Architecture:
73-
- Agent Hierarchy: architecture/agent-hierarchy.md
7473
- Overview: architecture/overview.md
74+
- Agent Hierarchy: architecture/agent-hierarchy.md
7575
- Booking Flow: architecture/booking-flow.md
7676
- DSP Deal Flow: architecture/dsp-deal-flow.md
7777
- Deal Store: architecture/deal-store.md
7878
- Models: architecture/models.md
7979
- Tools Reference: architecture/tools.md
80-
- Order State Machine: architecture/state-machine.md
81-
- Event Bus: architecture/event-bus.md
82-
- Guides:
80+
- State Machines:
81+
- Order Lifecycle: architecture/state-machine.md
82+
- Event Bus:
83+
- Overview: architecture/event-bus.md
84+
- Buyer Guide:
8385
- Configuration: guides/configuration.md
8486
- Deal Booking: guides/deal-booking.md
8587
- Negotiation: guides/negotiation.md

0 commit comments

Comments
 (0)