AIAny
AI Agent2025
Icon for item

MiroFish

Forecasts how social scenarios might unfold by running multi-agent simulations: thousands of LLM agents with memory and personalities, seeded from real data, that you steer by injecting variables to 'rehearse the future' in a digital sandbox.

Introduction

Most forecasting tools extrapolate from numbers; this one rehearses the actors. Instead of fitting a curve to past data, it spins up a society of LLM-driven agents — each with its own memory, personality, and behavioral logic — and lets them interact until a plausible future emerges. The wager is that some questions (how would this policy land? how might a rumor spread?) are answered better by watching synthetic people respond than by regression.

What Sets It Apart
  • Seeded from a real-world graph, not random init. A GraphRAG step extracts entities and relationships from source data, so the simulated world starts grounded rather than arbitrary — the dynamics you watch trace back to something real.
  • Built on CAMEL-AI's OASIS engine, wrapped as a product. Rather than a research script, it ships a staged pipeline (graph building → environment setup → simulation → report → deep interaction) with a Vue frontend, so a non-coder can actually drive a run end to end.
  • Intervention mid-run, not just initial conditions. You inject variables while the simulation is in flight to branch trajectories — "what if X happens at round 20" — which turns it into a sandbox for comparing scenarios instead of a single fixed playback.
  • Model-agnostic plumbing. Any OpenAI-SDK-compatible API works (the team recommends Qwen-plus), with Zep Cloud handling long-term agent memory, so you are not locked to one provider.
Who It's For

Great fit if you want to pressure-test a decision or policy, or explore "what if" narratives, and you care more about qualitative social dynamics than a precise number. Look elsewhere if you need calibrated, reproducible numeric forecasts: outputs are illustrative scenarios, not validated predictions, the project is still early (v0.1.x with no published benchmarks), and runs are token-hungry — the README itself suggests keeping early experiments under 40 rounds. It also expects you to supply LLM and Zep Cloud API keys.

Information

  • Websitegithub.com
  • OrganizationsShanda Group
  • Authors666ghj (MiroFish team), Shanda (strategic supporter)
  • Published date2025/11/26

Categories

More Items

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).