Discover and explore top open-source AI tools and projects—updated daily.
Framework for training deep research agents and foundation models
Top 80.4% on SourcePulse
Cognitive Kernel-Pro (CogKernel-Pro) is an open-source framework for training deep research agents and agent foundation models. It offers a reproducible Supervised Fine-Tuning (SFT) recipe that claims to outperform Reinforcement Learning (RL) based models without requiring RL. The framework is designed for researchers and developers building sophisticated AI agents capable of complex tasks involving web browsing, file manipulation, and multimodal interactions.
How It Works
CogKernel-Pro employs a modular agent architecture, allowing different agents (e.g., web agent, file agent) to handle specific tasks. It integrates with various LLMs and VLMs, supporting both local deployments (like vLLM) and cloud APIs (OpenAI, Claude). The framework executes generated Python code directly, necessitating careful sandboxing. It leverages tools like Playwright for web interaction and supports multiple search backends, including Google and DuckDuckGo. The core innovation lies in its SFT training approach, which bypasses the complexities of RL for agent training.
Quick Start & Requirements
pip install ...
(see README for full list).poppler-utils
, libreoffice
, ffmpeg
. Google Search API key is optional; DuckDuckGo is a free alternative.ck_web/_web/run_local.sh
(Linux) or ck_web/_web/run_local_mac.sh
(Mac).Highlighted Details
gpt_judge
).Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The framework explicitly warns that generated Python code is executed directly without current safety checks, making sandboxing essential. The setup involves multiple components (LLM server, web server) and environment variable configurations, which can be complex. The full SFT dataset is noted as "coming soon."
3 weeks ago
Inactive