WorkLane v0.1.0 — Open AI Coworker Platform
·
1 commit
to main
since this release
WorkLane v0.1.0
What is WorkLane?
WorkLane is an open-source AI coworker platform for teams. Mention agents in chat. Route work. Return finished output. Self-hostable. Provider-agnostic. Built by Talocode.
Features
- Telegram-first: Start with Telegram, expand to Slack, Teams, Discord
- Provider-agnostic: Works with OpenAI, OpenRouter, Ollama
- Self-hostable: Run on your own infrastructure
- Open-source: MIT licensed, community-driven
Agents
- Manager Agent: Routes tasks to appropriate agents
- Research Agent: Conducts research on topics
- Writer Agent: Creates written content
- Engineer Agent: Plans technical implementation
- QA Agent: Reviews work for quality
- Support Agent: Handles support requests
- Marketing Agent: Creates marketing content
Workflows
- Summarize: Summarize discussions and extract action items
- Draft Reply: Draft replies to messages
- Launch Plan: Create launch plans for products
- Research: Conduct research on topics
- Create Issue: Create GitHub issue drafts
- Create Post: Create social media posts
- Video Brief: Create video briefs for ClipLoop
Quick Start
# Install dependencies
npm install
# Run CLI
node packages/cli/dist/cli.js --version
# Run tests
npm test
# Build
npm run buildTelegram Bot Setup
- Create a bot with @Botfather
- Set TELEGRAM_BOT_TOKEN environment variable
- Run: node apps/telegram-bot/dist/index.js
Links
- Documentation
- Architecture
- [Roadmap](https://github.com talocode/worklane/blob/main/docs/ROADMAP.md)
License
MIT © Talocode