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
TypeScript with mature architecture: Well-structured framework with extensions, tools, memory, multi-agent orchestration
Professional maintainers: Frame.dev company backing with Apache 2.0 license and clear contribution processes
Candidate evaluation summary
framerslab/agentos: SELECTED - TypeScript AI agent framework with 11 LLM providers, perfect fit for You.com MCP server provider
open-gitagent/gitagent: 624 stars, excellent MCP support but less natural fit than direct provider integration
aeonfun/aeon: 578 stars, autonomous framework but skill-based paradigm is less direct than provider system
Proposed integration type
You.com provider integration as specialized search/tool provider following the established provider pattern
Planned env vars and setup
Optional YDC_API_KEY for authenticated You.com Search API access
Falls back to keyless You.com Search API (100 free searches/day) when not provided
Alternative YOUCOM_API_KEY env var for legacy compatibility
No default behavior changes - You.com becomes an opt-in provider choice
Expected usage example
import{agent}from'@framers/agentos';constresearcher=agent({provider: 'youcom',instructions: 'You are a research assistant with access to current web information.',});constsession=researcher.session('research-1');awaitsession.send('What are the latest developments in AI agent frameworks?');
Validation performed
✅ TypeScript compilation successful with AgentOS codebase
✅ Follows established provider patterns from existing implementations
✅ YouComProvider implements full IProvider interface
✅ Proper registration in AIModelProviderManager provider registry
✅ Auto-detection via YDC_API_KEY and YOUCOM_API_KEY environment variables
✅ Both authenticated and keyless operation modes supported
✅ Comprehensive error handling and health monitoring
Target Repository URL
https://github.com/framerslab/agentos
Why this repo was selected
Candidate evaluation summary
Proposed integration type
You.com provider integration as specialized search/tool provider following the established provider pattern
Planned env vars and setup
YDC_API_KEYfor authenticated You.com Search API accessYOUCOM_API_KEYenv var for legacy compatibilityExpected usage example
Validation performed
Links
Integration type implemented
You.com search provider integration as YouComProvider in AgentOS provider system
Setup/env vars
YDC_API_KEY: Optional API key for authenticated You.com Search API accessYOUCOM_API_KEY: Alternative env var for legacy compatibilityUsage example
The You.com provider focuses on search capabilities rather than text generation:
Fallback/error behavior
Current status
Implementation complete and PR opened. Awaiting upstream review from AgentOS maintainers.