A multi-agent system built with Pydantic AI that combines web search capabilities with automated email generation. The system features intelligent research agents that can search the web using Brave Search API and delegate email creation to specialized email agents with Gmail integration.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
20
commits
Update README.md with project overview, features, setup instructions, and usage guidelines
bd7536fView on GitHubAdd pyproject.toml for project configuration and dependencies
7346b39View on GitHubAdd .gitignore and .gitkeep for credential management and environment setup
240b544View on GitHubAdd test suite initialization for the multi-agent system
afe79c9View on GitHubAdd initial module documentation and versioning for the PydanticAI Research & Email Multi-Agent System
3885ea4View on GitHubAdd test suite for research and email agents with TestModel integration
3665c5fView on GitHubAdd test suite for Pydantic models including SearchResult, ResearchSummary, EmailDraft, and SearchQuery
6e1bffcView on GitHubAdd test suite for tool functions with mocking for external APIs
1c104c2View on GitHubAdd conversational CLI with real-time streaming and tool call visibility
32a150bView on GitHubAdd dependency injection classes for research and email agents
95e655aView on GitHubAdd comprehensive tools for external API integration with error handling and rate limiting
bd81c0dView on GitHubAdd environment-based configuration using Pydantic for application settings
e513ffaView on GitHub