# eumemic/ai-legion

An LLM-powered autonomous agent platform

Repository: https://github.com/eumemic/ai-legion
Canonical: https://ross.abutalabs.com/products/ai-legion
Language: TypeScript
License: MIT
License Family: permissive
Last push: 2025-05-27T23:52:06+00:00

## Health v2 (maintenance only)
Score: 40/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 23, release rhythm 35, longevity 88
- inputs: {"age_days": 1241, "days_push": 463, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1435, forks 170 (observed 2026-08-28T04:04:43.469671+00:00)

## What it is
AI Legion is a TypeScript framework for running LLM-powered autonomous agents that collaborate to accomplish tasks. Agents are managed through a console interface, persist their state (memory, goals, notes) to disk, and can use actions like web search and file writing.

## Use cases
- run multiple autonomous AI agents that collaborate on tasks
- build a multi-agent system powered by GPT-4 or GPT-3.5
- give LLM agents tools like web search and file writing
- persist and replay agent memory across sessions
- experiment with autonomous agent behavior from a console

## When to choose
- you want a lightweight, hackable multi-agent framework in TypeScript
- you need agents with persistent state you can inspect and edit
- you want to experiment with agent autonomy using OpenAI models

## When to avoid
- you need a production-ready agent platform with a GUI or API
- you want to avoid OpenAI API costs and token-burning error loops
- you need unattended agent operation, since agents can enter infinite loops

## Facets
- artifact type: framework
- maturity: active
- function: agent-framework, llm-inference, chatbot, web-scraping
- domain: artificial-intelligence, large-language-models, developer-tools
- platform: cli, cross-platform
- tags: autonomous-agents, multi-agent, openai, console-based, agent-memory, ai-agents, nodejs, typescript

## Member repositories
- eumemic/ai-legion (main) score 40

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:43.469671+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:36:51.260711+00:00, confidence not recorded.
  - readme: https://github.com/eumemic/ai-legion (fetched 2026-08-28T04:04:43.469671+00:00, sha bf089cf4f0ca)
- Data as of 2026-08-30T08:39:29.467469+00:00.
