Multi-agent autonomous coding system powered by Flanes version control
Project description
Laneswarm
Multi-agent autonomous coding system powered by Flanes version control.
Install
pip install laneswarm
Quick Start
# Plan a project
laneswarm plan "Build a todo app with authentication"
# Execute the tasks
laneswarm run
# Check status
laneswarm status
Dashboard
Laneswarm includes a real-time web dashboard that streams agent activity as tasks execute.
# Run tasks with the dashboard
laneswarm run --dashboard
# Or launch the dashboard standalone (view current task graph)
laneswarm serve
# Dashboard + execution together
laneswarm serve --run
Opens at http://localhost:8420 by default. Use --port to change.
What you see:
- Task grid — live cards for each task with status, current phase, and iteration count
- Activity feed — streaming event log from all agents, color-coded and filterable
- Orchestrator panel — worker utilization, dependency graph, overall progress
- Task detail — click any task to see agent steps timeline, files written, verification results, and review feedback
The dashboard connects via WebSocket and auto-reconnects if the connection drops.
Configuration
Copy .laneswarm.toml.example to .laneswarm.toml and configure your LLM providers.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file laneswarm-0.1.5.tar.gz.
File metadata
- Download URL: laneswarm-0.1.5.tar.gz
- Upload date:
- Size: 63.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14860d7ef993ebc51480879638bf136463246cdb7aa3ca3d51dcdac0761af8f1
|
|
| MD5 |
2247ee8b5416e262f9c96b7c8ca1198e
|
|
| BLAKE2b-256 |
3a875df8add174e094b2261812ee2f555c2b926bd9de5958b2f4f27d71c4a62e
|
File details
Details for the file laneswarm-0.1.5-py3-none-any.whl.
File metadata
- Download URL: laneswarm-0.1.5-py3-none-any.whl
- Upload date:
- Size: 72.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e434b029fca9521b783cde137de90803c5cd37eb053ebafdc764572c9906fe7d
|
|
| MD5 |
5748e1258b9b16112ca51d95f7abaf69
|
|
| BLAKE2b-256 |
4d7519e9cd06a978feab054ed71695095912f1fae48fd33b97ba95e7d4f46dd0
|