AI Skill Hub 推荐使用:Anima 是一款优质的Agent工作流。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
Anima是开源AI工作流,基于Julia语言,模拟内部状态和冲突,探索认知架构的潜力。
Anima 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
Anima是开源AI工作流,基于Julia语言,模拟内部状态和冲突,探索认知架构的潜力。
Anima 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 克隆仓库 git clone https://github.com/stell2026/Anima cd Anima # 查看安装说明 cat README.md # 按 README 完成环境依赖安装后即可使用
# 查看帮助 anima --help # 基本运行 anima [options] <input> # 详细使用说明请查阅文档 # https://github.com/stell2026/Anima
# anima 配置说明 # 查看配置选项 anima --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export ANIMA_CONFIG="/path/to/config.yml"
HTTP, JSON3, SQLite, Tables---
julia --project=. -e 'import Pkg; Pkg.instantiate()'
Dependencies: HTTP, JSON3, SQLite, Tables, Dates, Statistics, LinearAlgebra
---
Download from julialang.org or via juliaup:
```bash
julia --project=. run_anima.jl
run_anima.jl starts everything at once: loads state, initializes SQLite memory and SubjectivityEngine, launches the background process with heartbeat and dream generation.
Run Anima as a Telegram bot — it polls for messages, responds through the full experience pipeline, and can speak first when internal pressure builds up.
Setup:
1. Create a bot via @BotFather and get the token 2. Get your Telegram user ID (e.g. via @userinfobot) 3. Start a DM with your bot and press /start 4. Copy .env.example to .env and fill in your values:
ANIMA_TELEGRAM_TOKEN=your_bot_token
ANIMA_TELEGRAM_CHAT_ID=your_user_id
OPENROUTER_API_KEY=your_key
Run with Docker (no Julia installation needed):
docker compose up --build
Run without Docker:
cd Anima
julia --project=. run_anima_telegram.jl
Telegram commands:
| Command | Action |
|---|---|
/state | Show current NT state, BPM, coherence |
/stop | Save and shut down gracefully |
| *(any text)* | Process through the full experience pipeline |
Use .env for Telegram and environment variables for the REPL. Do not commit real API keys.
include("anima_memory_db.jl")
include("anima_narrative.jl")
include("anima_interface.jl")
include("anima_subjectivity.jl")
include("anima_dream.jl")
include("anima_background.jl")
anima = Anima()
mem = MemoryDB()
subj = SubjectivityEngine(mem)
repl_with_background!(anima;
mem = mem,
subj = subj,
use_llm = true,
llm_url = "https://openrouter.ai/api/v1/chat/completions",
llm_model = get(ENV, "ANIMA_LLM_MODEL", "openai/gpt-oss-120b:free"),
llm_key = get(ENV, "OPENROUTER_API_KEY", ""),
use_input_llm = true,
input_llm_model = get(ENV, "ANIMA_INPUT_LLM_MODEL", get(ENV, "ANIMA_LLM_MODEL", "openai/gpt-oss-120b:free")),
input_llm_key = get(ENV, "OPENROUTER_API_KEY_INPUT", get(ENV, "OPENROUTER_API_KEY", "")))
OpenRouter provides access to GPT, Gemini, Claude, Llama, DeepSeek and others through a single API key. There is a free tier: openrouter.ai.
💡 If one model stops responding during a session — use two separate keys (from 2 accounts): one for the output LLM, another for the input LLM.
---
Anima accumulates aesthetic traces from lived experience. When φ × valence × significance crosses a threshold simultaneously, the system records a fingerprint of that internal state — not the concept "this is beautiful," but the actual configuration that produced resonance. The strongest living trace surfaces in the identity block. Aesthetics as somatic memory, not evaluation.
Anima是一个有趣的开源AI工作流,值得关注,但仍需要进一步开发和完善。
该工具使用 NOASSERTION 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
📄 NOASSERTION — 请查阅原始协议条款了解具体使用限制。
总体来看,Anima 是一款质量良好的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | Anima |
| 原始描述 | 开源AI工作流:Anima: an experimental cognitive architecture that models internal state, confli。⭐20 · Julia |
| Topics | workflowactive-inferenceaffective-computingagentic-aicognitive-architecturecomplex-systemsjulia |
| GitHub | https://github.com/stell2026/Anima |
| License | NOASSERTION |
| 语言 | Julia |
收录时间:2026-05-28 · 更新时间:2026-05-30 · License:NOASSERTION · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端