Skip to content

Commit 889e60d

Browse files
committed
Fix broken links in README and add missing intro files
- Update links to point to files included in SUMMARY.md - Create production-frameworks-intro.md for Book 2 - Create advanced-integration-intro.md for Book 3 - This should resolve mdbook linkcheck failures
1 parent 937bed0 commit 889e60d

File tree

3 files changed

+148
-3
lines changed

3 files changed

+148
-3
lines changed

src/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Transforms single-user agents into enterprise-ready collaborative platforms. Bas
4040

4141
Essential reading for teams scaling AI assistants from prototype to production collaborative environments.
4242

43-
[**Continue with Book 2 →**](second-edition/README.md)
43+
[**Continue with Book 2 →**](production-frameworks-intro.md)
4444

4545
### Book 3: Contextualizing an Agentic System
4646
*Advanced Tools and Context*
@@ -54,7 +54,7 @@ Deep dive into advanced tool systems and context management for agentic systems.
5454

5555
Perfect for engineers building sophisticated agent capabilities and context-aware systems.
5656

57-
[**Explore Book 3 →**](arming-introduction.md)
57+
[**Explore Book 3 →**](advanced-integration-intro.md)
5858

5959
## Who This Is For
6060

@@ -117,7 +117,7 @@ Choose your path based on where you are:
117117

118118
**New to agentic systems?**[Start with Book 1: Building an Agentic System](introduction.md)
119119

120-
**Ready for collaboration & scale?**[Jump to Book 2: Amping Up an Agentic System](second-edition/README.md)
120+
**Ready for collaboration & scale?**[Jump to Book 2: Amping Up an Agentic System](production-frameworks-intro.md)
121121

122122
**Want the big picture first?**[System Architecture Overview](core-architecture.md)
123123

src/advanced-integration-intro.md

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
# Book 3: Advanced Integration
2+
3+
*Enterprise Patterns and Scaling*
4+
5+
## Introduction
6+
7+
This book provides deep dive into advanced tool systems and context management for agentic systems. Building on the foundations from Books 1 and 2, we explore sophisticated patterns for enterprise deployment, custom tool development, and advanced system architecture.
8+
9+
## What You'll Learn
10+
11+
### Tool System Architecture
12+
- Extensible frameworks for adding new capabilities
13+
- Plugin architectures and extension points
14+
- Tool composition and orchestration patterns
15+
16+
### Command System Design
17+
- Advanced slash command implementations
18+
- Contextual help systems and auto-completion
19+
- Configuration management and user preferences
20+
21+
### Context Management
22+
- Advanced conversation context strategies
23+
- Long-term memory and knowledge persistence
24+
- Context window optimization techniques
25+
26+
### Implementation Deep Dives
27+
- Real-world tool system implementations
28+
- Performance optimization strategies
29+
- Error handling and recovery patterns
30+
31+
### Scaling and Performance
32+
- Multi-agent orchestration at scale
33+
- Resource allocation and load balancing
34+
- Performance monitoring and optimization
35+
36+
### Enterprise Considerations
37+
- Compliance and governance frameworks
38+
- Security assessment and risk management
39+
- Integration with existing enterprise systems
40+
41+
## Prerequisites
42+
43+
- Completion of Books 1 and 2, or equivalent production experience
44+
- Advanced understanding of distributed systems
45+
- Experience with enterprise software architecture
46+
- Familiarity with performance optimization techniques
47+
48+
## Target Audience
49+
50+
This book is designed for:
51+
- **Senior Engineers** building sophisticated agent capabilities
52+
- **System Architects** designing enterprise AI systems
53+
- **Technical Leaders** making strategic technology decisions
54+
- **Platform Engineers** building AI infrastructure at scale
55+
56+
## Structure
57+
58+
The book is organized into three comprehensive parts:
59+
60+
1. **Tool System Architecture** - Building extensible and maintainable tool systems
61+
2. **Scaling and Performance** - Handling enterprise-level load and complexity
62+
3. **Enterprise Considerations** - Compliance, security, and organizational integration
63+
64+
Each section combines theoretical frameworks with practical implementation examples, drawn from real production deployments.
65+
66+
## Advanced Topics Covered
67+
68+
- Custom MCP (Model Context Protocol) server development
69+
- Advanced parallel execution strategies
70+
- Enterprise authentication and authorization
71+
- Multi-tenant architecture patterns
72+
- Advanced monitoring and observability
73+
- Cost optimization at scale
74+
75+
---
76+
77+
*Ready for enterprise-grade AI systems? Let's dive deep.*

src/production-frameworks-intro.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
# Book 2: Production Frameworks
2+
3+
*From Local to Collaborative*
4+
5+
## Introduction
6+
7+
This book transforms single-user AI agents into enterprise-ready collaborative platforms. Based on extensive analysis of production systems like Amp and Claude Code, we explore proven patterns for scaling AI assistants from prototype to production collaborative environments.
8+
9+
## What You'll Learn
10+
11+
### Scalable Architecture
12+
- Conversation management and state synchronization
13+
- Performance optimization at enterprise scale
14+
- Resource management and cost optimization
15+
16+
### Authentication & Identity
17+
- OAuth flows and credential management
18+
- Multi-environment support strategies
19+
- Security models for collaborative systems
20+
21+
### Collaboration Patterns
22+
- Real-time sharing and team workflows
23+
- Concurrent editing strategies
24+
- Conflict resolution and state consistency
25+
26+
### Enterprise Features
27+
- SSO integration and identity management
28+
- Usage analytics and monitoring
29+
- Compliance frameworks and governance
30+
31+
### Advanced Orchestration
32+
- Multi-agent coordination patterns
33+
- Adaptive resource management
34+
- Performance monitoring and optimization
35+
36+
### Production Strategies
37+
- Deployment patterns and infrastructure
38+
- Migration frameworks and rollout strategies
39+
- Real-world case studies and lessons learned
40+
41+
## Prerequisites
42+
43+
- Completion of Book 1 or equivalent experience with AI agent systems
44+
- Understanding of distributed systems concepts
45+
- Familiarity with authentication and authorization patterns
46+
- Experience with team collaboration tools
47+
48+
## Target Audience
49+
50+
This book is essential reading for:
51+
- **Platform Teams** scaling AI assistants from prototype to production
52+
- **Technical Leaders** architecting collaborative AI systems
53+
- **DevOps Engineers** deploying and maintaining AI agent infrastructure
54+
- **Product Managers** understanding the technical considerations for collaborative AI tools
55+
56+
## Getting Started
57+
58+
The book is organized into three main parts:
59+
60+
1. **Framework Wars Analysis** - Understanding the current landscape and making informed choices
61+
2. **Implementation Strategies** - Practical approaches to scaling and collaboration
62+
3. **Client-Focused Workflows** - Managing the business aspects of AI-assisted development
63+
64+
Each section builds upon the previous, providing both theoretical understanding and practical implementation guidance.
65+
66+
---
67+
68+
*Ready to scale your AI agent? Let's begin.*

0 commit comments

Comments
 (0)