Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/vixues/leagent/agents-mdgit clone --depth 1 https://github.com/vixues/LeAgentWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.06799 | $0.06799 |
| Opus 5 | $0.03400 | $0.03400 |
| Sonnet 5 | $0.01360 | $0.01360 |
| Haiku 4.5 | $0.00680 | $0.00680 |
Grade A, and why
LeAgent AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 462 lines — stays where its author put it; the contents beside it link to each section on GitHub.
LeAgent Development Guidelines
AI coding assistants: this file is the concise contributor reference. For deep subsystem docs see docs/technical/.
Project Overview
LeAgent is an open-source desktop AI agent stack that doesn't just chat — it gets work done. It fuses three capabilities most agents keep apart: a streaming agent runtime that plans, calls tools, and self-corrects in one think-act loop; agentic visual workflows where the agent designs, runs, and refines ReactFlow DAGs (every tool is automatically a typed node); and a generative UI layer that streams live, interactive interfaces (KPI boards, slide decks, galleries) into the chat. Key pieces: QueryEngine session orchestrator, 100+ domain tools across 13 categories, a versioned Agent SDK, layered prompt management, cognitive three-store agent memory, a relevance-gated context pipeline, a visual workflow builder (ReactFlow) with a first-class game-art asset pipeline, Agent Skills v1.0, MCP, and a declarative YAML rule engine. Runs locally with zero external dependencies by default (SQLite, single process). Providers: DeepSeek, DashScope (Qwen), OpenAI, Anthropic, Azure OpenAI, Ollama, vLLM.
Architecture
LeAgent/
├── backend/
│ ├── leagent/
│ │ ├── agent/ # QueryEngine, controller (compat shim), planner, subagents, recovery
│ │ ├── sdk/ # Versioned public Agent SDK: runtime re-exports, kernel, protocols
│ │ ├── runtime/ # ExecutionRun plane, AgentRuntime, platform/service wiring
│ │ ├── alembic/ # Alembic migration scripts
│ │ ├── api/ # FastAPI routers (v1, incubating v2)
│ │ ├── bootstrap/ # Tool + workflow-node startup
│ │ ├── channels/ # Outbound + IM ingress (DingTalk, Feishu, WeChat Work, Weixin/iLink, console)
│ │ ├── chat_workflow/ # Chat-workflow compilation + embed
│ │ ├── cli/ # Click CLI (23 modules)
│ │ ├── code/ # Code execution layer (sandbox, workspace, runner)
│ │ ├── config/ # pydantic-settings
│ │ ├── context/ # Source-driven, relevance-gated prompt assembly
│ │ ├── cron/ # Scheduled jobs + repository
│ │ ├── db/ # Persistence: async engine, SQLModel models, repositories
│ │ ├── file/ # Unified file layer (primitives, FileService, storage)
│ │ ├── llm/ # LLM service + providers + transport + streaming + media generation
│ │ ├── mcp/ # Model Context Protocol
│ │ ├── memory/ # AgentMemory (episodic/semantic/procedural) + recall
│ │ ├── project/ # Coding project layer (fs, tools, manager, templates)
│ │ ├── prompts/ # PromptBuilder, registry, templates
│ │ ├── rules/ # Rule engine + YAML definitions
│ │ ├── services/ # ServiceManager, auth, chat, session, gen-ui, ...
│ │ ├── skills/ # Agent Skills v1.0
│ │ ├── tasks/ # Background task system + handlers
│ │ ├── telemetry/ # OTel tracing, structured logging, trace propagation
│ │ ├── tools/ # 100+ tools across 13 categories (doc, web, data,
│ │ │ # db, gen, canvas, chart, image, media, skills,
│ │ │ # workflow, integration, util)
│ │ └── workflow/ # DAG engine, nodes, art pipeline, templates
│ └── tests/
├── frontend/ # React 19 + TypeScript SPA
├── desktop/ # Electron shell (bundled Python runtime)
├── deploy/ # Dockerfile + SQLite-only Compose
├── config/ # Demo workflows + workflow templates
├── docs/ # Architecture, guides, deployment docs
├── scripts/ # Install scripts (sh, ps1, bat)
├── website/ # Project website
└── start.sh / start.ps1 # Dev orchestrator (uv + npm)
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 462 lines · 6,799 tokens per session scan A 1f5ef53dd74d
LeAgent AGENTS.md is an instructions file published in the GitHub repository vixues/LeAgent (216 stars, last pushed 21d ago), licensed Apache-2.0. It adds 6,799 tokens to every session, about $0.0340 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
rn-dev-agent AGENTS.md
Instructions for Lykhoyda/rn-dev-agent, covering repository guide for agents, repository map, editing rules, architecture rules and supported node runtimes.
clarion CLAUDE.md
Claude Code instructions for celanthe/clarion, covering clarion — agent voice manager, what it does, architecture, running it and ui only (edge tts, zero config).
upwork-agent CLAUDE.md
Claude Code instructions for citizenweb3/upwork-agent, covering upwork agent, setup (for a new machine), prerequisites, step 1: install dependencies and step 2: configure environment.
optillm CLAUDE.md
Instructions for algorithmicsuperintelligence/optillm, covering claude.md, project overview, core architecture, main components and development commands.
grix AGENTS.md
Instructions for askie/grix, covering grix agent guide, repository boundaries, required workflows, shared agent configuration and cross-component contracts.
grix CLAUDE.md
Instructions for askie/grix, a project described as: Grix : Work with agents like talking to people.