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
feat: Add Company Intelligence MCP Server with report generation and news search capabilities
- Implemented WriterAgent for generating company intelligence reports.
- Created configuration management for the MCP server.
- Developed a FastMCP server exposing tools for generating reports and searching news.
- Added workflow for company intelligence including search, curation, writing, and critique.
- Introduced example client for interacting with the MCP server.
- Configured server settings and health check endpoints.
- Added JSON configuration for server setup.
| mcp_server | ✅ Complete | 3/3 | MCP server with multi-agent workflow |
503
532
504
533
## Troubleshooting
505
534
@@ -563,7 +592,7 @@ See [CONTRIBUTING.md](../CONTRIBUTING.md) for details.
563
592
564
593
All planned examples are now complete! 🎉
565
594
566
-
The **51 examples** provide comprehensive coverage from basic concepts to AI-powered production applications. You can now:
595
+
The **54 examples** provide comprehensive coverage from basic concepts to AI-powered production applications. You can now:
567
596
568
597
1.**Build Production Workflows** - Use patterns from 08_real_world
569
598
2.**Scale with Redis** - Deploy distributed workflows from 05_distributed
@@ -576,6 +605,7 @@ The **51 examples** provide comprehensive coverage from basic concepts to AI-pow
576
605
9.**Add Human Feedback** - Build interactive workflows with HITL from 12_hitl
577
606
10.**Implement Fault Tolerance** - Build resilient workflows with checkpoint/resume from 13_checkpoints
578
607
11.**Manage Prompts** - Use YAML or Langfuse for prompt templates from 14_prompt_management
608
+
12.**Expose as MCP Tools** - Serve workflows via MCP protocol from mcp_server
579
609
580
610
Additional examples may be added based on community feedback and emerging use cases.
581
611
@@ -607,7 +637,7 @@ uv run pytest tests/tutorial/test_hitl.py -v
607
637
608
638
## API Notes
609
639
610
-
**Important**: The examples in this directory use stable, tested API patterns. All 48 examples are fully functional and production-ready. See [docs/examples_api_issues.md](../docs/examples_api_issues.md) for historical notes on API evolution.
640
+
**Important**: The examples in this directory use stable, tested API patterns. All 54 examples are fully functional and production-ready. See [docs/examples_api_issues.md](../docs/examples_api_issues.md) for historical notes on API evolution.
0 commit comments