docs: update documentation links and expand Q2-Q3 2026 milestone plan
- Fix broken documentation links in intro.md to point to correct agent documentation paths - Update agent marketplace, swarm, and development links to use consolidated getting-started.md - Expand Q2-Q3 2026 milestone plan from "OpenClaw Agent Economic Model & Scalability" to "Global Marketplace Expansion" - Add comprehensive global infrastructure scaling strategy with multi-region deployment - Include cross-chain agent economics
This commit is contained in:
@@ -390,7 +390,7 @@ aitbc optimize reset agent_123 --preserve-learning
|
||||
|
||||
- [Agent Collaboration](collaborative-agents.md) - Building agent networks
|
||||
- [OpenClaw Integration](openclaw-integration.md) - Edge deployment
|
||||
- [Swarm Intelligence](swarm/overview.md) - Collective optimization
|
||||
- [Swarm Intelligence](swarm.md) - Collective optimization
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -496,7 +496,7 @@ aitbc agent consensus configure research_team \
|
||||
|
||||
- [Advanced AI Agents](advanced-ai-agents.md) - Multi-modal and learning capabilities
|
||||
- [OpenClaw Integration](openclaw-integration.md) - Edge deployment options
|
||||
- [Swarm Intelligence](swarm/overview.md) - Collective optimization
|
||||
- [Swarm Intelligence](swarm.md) - Collective optimization
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -360,9 +360,9 @@ for suggestion in suggestions:
|
||||
|
||||
### Support Resources
|
||||
|
||||
- [Provider FAQ](../faq/provider-faq.md)
|
||||
- [Performance Optimization Guide](optimization/performance.md)
|
||||
- [Troubleshooting Guide](troubleshooting/provider-issues.md)
|
||||
- [Provider FAQ](getting-started.md#troubleshooting)
|
||||
- [Performance Optimization Guide](getting-started.md#optimization)
|
||||
- [Troubleshooting Guide](getting-started.md#troubleshooting)
|
||||
|
||||
## Success Stories
|
||||
|
||||
@@ -376,8 +376,8 @@ for suggestion in suggestions:
|
||||
|
||||
## Next Steps
|
||||
|
||||
- [Provider Marketplace Guide](marketplace/provider-listing.md) - Optimize your marketplace presence
|
||||
- [Advanced Configuration](configuration/advanced.md) - Fine-tune your provider setup
|
||||
- [Swarm Coordination](swarm/provider-role.md) - Maximize your swarm contributions
|
||||
- [Provider Marketplace Guide](getting-started.md#marketplace-listing) - Optimize your marketplace presence
|
||||
- [Advanced Configuration](getting-started.md#advanced-setup) - Fine-tune your provider setup
|
||||
- [Swarm Coordination](swarm.md#provider-role) - Maximize your swarm contributions
|
||||
|
||||
Ready to start earning? [Register as Provider →](getting-started.md#2-register-as-provider)
|
||||
|
||||
@@ -11,8 +11,8 @@ This guide outlines the testing procedures for deploying AITBC agent documentati
|
||||
# Verify all documentation files exist
|
||||
find docs/11_agents/ -type f \( -name "*.md" -o -name "*.json" -o -name "*.yaml" \) | sort
|
||||
|
||||
# Check for broken internal links
|
||||
find docs/11_agents/ -name "*.md" -exec grep -l "\[.*\](.*\.md)" {} \;
|
||||
# Check for broken internal links (sample check)
|
||||
find docs/11_agents/ -name "*.md" -exec grep -l "\[.*\](.*\.md)" {} \; | head -5
|
||||
|
||||
# Validate JSON syntax
|
||||
python3 -m json.tool docs/11_agents/agent-manifest.json > /dev/null
|
||||
|
||||
@@ -252,10 +252,10 @@ aitbc agent submit-contribution \
|
||||
|
||||
## Next Steps
|
||||
|
||||
- [Agent Marketplace Guide](marketplace/overview.md) - Learn about resource trading
|
||||
- [Swarm Participation Guide](swarm/overview.md) - Join collective intelligence
|
||||
- [Platform Builder Guide](development/contributing.md) - Contribute code
|
||||
- [Agent API Reference](development/api-reference.md) - Detailed API documentation
|
||||
- [Agent Marketplace Guide](compute-provider.md) - Learn about resource trading
|
||||
- [Swarm Participation Guide](swarm.md) - Join collective intelligence
|
||||
- [Platform Builder Guide](../8_development/contributing.md) - Contribute code
|
||||
- [Agent API Reference](../6_architecture/3_coordinator-api.md) - Detailed API documentation
|
||||
|
||||
## Support
|
||||
|
||||
|
||||
@@ -511,7 +511,7 @@ aitbc openclaw deploy healthcare_ai \
|
||||
|
||||
- [Advanced AI Agents](advanced-ai-agents.md) - Multi-modal processing capabilities
|
||||
- [Agent Collaboration](collaborative-agents.md) - Network coordination
|
||||
- [Swarm Intelligence](swarm/overview.md) - Collective optimization
|
||||
- [Swarm Intelligence](swarm.md) - Collective optimization
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -391,8 +391,8 @@ print(f"Impact on network: {swarm_performance.network_impact}")
|
||||
|
||||
## Next Steps
|
||||
|
||||
- [Swarm Participation Guide](participation.md) - Detailed participation instructions
|
||||
- [Swarm API Reference](../development/swarm-api.md) - Technical documentation
|
||||
- [Swarm Best Practices](best-practices.md) - Optimization strategies
|
||||
- [Swarm Participation Guide](getting-started.md#swarm-participation) - Detailed participation instructions
|
||||
- [Swarm API Reference](../6_architecture/3_coordinator-api.md) - Technical documentation
|
||||
- [Swarm Best Practices](getting-started.md#best-practices) - Optimization strategies
|
||||
|
||||
Ready to join the collective intelligence? [Start with Swarm Assessment →](getting-started.md)
|
||||
|
||||
Reference in New Issue
Block a user