evo.ninja

A versatile generalist agent.

open-sourceagent-frameworks
1.1k
Stars
+0
Stars/month
0
Releases (6m)

Star Growth

1.1k1.1k1.1kMar 27Apr 1

Overview

evo.ninja是一个通用AI智能体系统,具备实时自适应能力,能够根据当前任务自动选择最适合的智能体人格。该系统采用专门化设计,内置四种不同领域的智能体:文本分析师(Synthesizer)用于处理文档分析和报告生成,CSV数据分析师专门处理表格数据和洞察提取,研究员负责互联网搜索和信息收集,开发者专注于Python软件架构和构建。系统通过四步执行循环运作:预测下一步行动、选择最佳智能体、上下文化聊天历史、评估并执行操作。这种架构使evo.ninja能够在复杂的多任务场景中保持高效运作,自动在不同专业领域间切换,为用户提供连贯的问题解决体验。该工具既可通过网页版直接使用,也支持本地部署运行。

Deep Analysis

Key Differentiator

vs single-persona agents: dynamic execution loop that predicts and switches between specialized personas (text, data, web, code) in real-time — adapts strategy mid-task rather than using one fixed approach

Capabilities

  • Adaptive AI agent that dynamically selects specialized personas per task
  • Four agent types: Synthesizer (text), CSV Analyst (data), Researcher (web), Developer (code)
  • Real-time persona switching based on task prediction
  • Web research via SERP API integration
  • Iterative problem-solving with execution loop

🔗 Integrations

OpenAI APISERP APISupabaseDocker

Best For

  • Multi-domain task automation requiring different skill sets
  • Research synthesis combining web search and data analysis
  • Complex tasks benefiting from dynamic agent specialization

Not Ideal For

  • Single-task optimization with known approach
  • Offline operation without API connectivity
  • Teams needing custom agent persona definitions

Languages

TypeScriptJavaScriptPython

Deployment

CLI interfaceWeb UI (Docker + Supabase)self-hosted

Known Limitations

  • Requires external API keys (OpenAI, SERP)
  • UI setup complexity with Docker dependency
  • Limited to predefined agent personas
  • Sessions confined to local directory

Pros

  • + 实时智能体切换机制,能根据任务类型自动选择最合适的专业人格,提高执行效率
  • + 结构化的四步执行循环,确保每次迭代都经过预测、选择、上下文化和评估的完整流程
  • + 多领域专业化覆盖,集成文本分析、数据处理、网络研究和Python开发四大核心能力

Cons

  • - 智能体类型限制在四个预定义领域,可能无法覆盖所有专业需求
  • - 本地部署需要安装多个技术依赖(Node.js、yarn、nvm等),对非技术用户存在门槛
  • - 开发者智能体专门针对Python,对其他编程语言的支持可能有限

Use Cases

  • 企业文档分析和报告生成,自动处理大量文本文件并提取关键信息
  • 数据分析工作流,处理CSV文件进行数据挖掘、计算和洞察提取
  • 复合型Python开发项目,结合研究、分析和编程的端到端软件构建

Getting Started

访问evo.ninja网站直接使用在线版本,或克隆GitHub仓库到本地;安装Node.js、yarn和nvm等必需依赖项;配置环境变量并启动系统,输入首个任务开始体验智能体自动切换功能

Compare evo.ninja