Skip to content

AgentLanternDeveloper tools for AI agent projects

Generate clean architecture docs, lint agent design, inspect project structure, and watch supported agent runs in a live animated playground.

AgentLantern logo
AgentLantern
Current version: v0.1.22CLI, Play, Replay, docs, and lint tooling
Join the AgentLantern community on DiscordMeet builders, learn together, follow updates, share ideas, and contribute to the project.Join now
Framework supportAvailable for CrewAI today. Others are coming soon.
CrewAIAvailable
LangGraphComing soon
AutoGenComing soon
SmolagentsComing soon
Google ADKComing soon
lantern docsGenerate Markdown and a static docs site from an agent project.
lantern lintRun deterministic project checks locally or in CI.
lantern playOpen the animated UI, name the run, then start and inspect execution.

Fast Start

bash
pip install "agentlantern @ git+https://github.com/brellsanwouo/agentlantern.git"
# or
uv tool install git+https://github.com/brellsanwouo/agentlantern.git
bash
lantern web /path/to/my-agent-project
lantern lint /path/to/my-agent-project
lantern play /path/to/my-agent-project

Documentation Development

This documentation site uses VitePress.

Released under the MIT License.