Skip to content
draft Visibility internal Owner erik@uvilo.com Approver _ Created 2026-05-17 Updated 2026-05-17

Migrate to uvilo-mono Agents

Project to evaluate and plan migrating Forge’s chat/agentic runtime from LibreChat to uvilo-mono.

  • project-execute
  • project-plan
  • Deploy_Config
  • update-infrastructure

Documents

  • Migrate_to_uvilo-mono_Vision.md — feature parity requirements
  • Migrate_to_uvilo-mono_Research.md — implementation options and decisions
  • Migrate_to_uvilo-mono_Phase.md — current phase tracker

Knowledge

  • Forge uses LibreChat as its runtime for agents, MCP tool routing, conversation persistence, streaming, and auth
  • uvilo-mono has native equivalents: Bot (≡ Agent), Convo (≡ Conversation), AI Tool (≡ MCP tool), Execution (≡ job runner)
  • forge-spawn MCP delegates to LibreChat’s UI Chat API for sub-agent spawning