卜一智航 — 携智而来,决策随行。AI 开发团队编排 + 内置多模型编程 Agent 一体化工具
Project description
BYOE - Bring Your Own Executive AI
An AI developer-team orchestration tool by byoe.net
BYOE combines a lightweight coding Agent with a Crew orchestration layer, so every developer can have an AI crew standing by at all times.
Website: https://www.byoe.net | Install: pip install byoe
重要更新(0.8.0)
- 全新杀手级体验!Swarm 自动化群智协作:在零外部依赖及保障 BYOE 轻巧优雅的前提下,我们上线了内置的、完整的子代理异步接驳体系。主 Agent 现在面对长链条代码结构设计研发与落地任务时,能够自动调用
swarm_collaboration机制,自发串起诸如:”后端架构师 -> 前端交互 -> 代码审计 -> 技术发版文档撰写” 多达29类内置专家的全自动任务流闭环! - 升级命令:
bash pip install -U byoe
历史更新 (0.7.3)
- 技术栈更新和工具集成: CLI 中使用
byoe sober即可通过原生多文件正则实现项目代码扫描检测,提供console/md两种输出模式! - 修复: 更新了 PyPI 的项目页面元信息,确保链接准确指向
www.byoe.net - 升级命令:
bash pip install -U byoe
Features
- AI Coding Agent — reads/writes files, runs bash commands, searches the web
- Web UI (Helm) — React frontend with dark/light theme, session history, token usage
- CLI —
byoe chatfor terminal-first workflows - Crew Orchestration — plan and track multi-agent project workflows
- Any LLM — OpenAI, Anthropic, DeepSeek, Ollama, or any OpenAI-compatible API
- Deep Integration — auto-injects INSTRUCTIONS.md and crew.yaml into the system prompt
- Session Memory — save and restore conversations with full token accounting
- Custom Skills — extend the agent with your own tools
Installation
pip install byoe
Development install:
git clone https://github.com/byoenet/byoe
cd byoe
pip install -e .
Quick Start
Web UI
byoe web --provider openai --api-key sk-...
Open http://localhost:7860 in your browser.
CLI Chat
byoe chat --provider openai --api-key sk-...
BYOE Hosted Service
byoe web --provider byoe --byoe-token <your-token>
Configuration
Config file: ~/.byoe/config.yaml
provider: openai # openai | anthropic | deepseek | byoe | ollama
api_key: sk-...
model: gpt-4o
base_url: "" # optional: custom endpoint
Environment variables:
export BYOE_PROVIDER=openai
export BYOE_API_KEY=sk-...
export BYOE_MODEL=gpt-4o
Supported Providers
| Provider | --provider value | Notes |
|---|---|---|
| OpenAI | openai | GPT-4o, o1, etc. |
| Anthropic | anthropic | Claude 3.5 Sonnet, etc. |
| DeepSeek | deepseek | deepseek-chat, deepseek-coder |
| Ollama | ollama | Local models |
| BYOE | byoe | Hosted service at byoe.net |
| Any OpenAI-compat | openai + --base-url | LM Studio, vLLM, etc. |
Crew Commands
byoe init # Initialize project (creates INSTRUCTIONS.md + crew.yaml)
byoe plan "<goal>" # Generate a sprint plan
byoe status # Show current sprint / task status
byoe release # Tag and document a release
byoe run # Execute the next planned task
byoe agents # List available specialist agents
License
MIT (c) byoe.net
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
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 byoe-0.8.0-py3-none-any.whl.
File metadata
- Download URL: byoe-0.8.0-py3-none-any.whl
- Upload date:
- Size: 542.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b3f6dc9722c3e35f95af1d45c5eb90c5ac8376819bd945eda02a4ae681ecc99
|
|
| MD5 |
aa3a1da7d6d72944b322fe099fa7386a
|
|
| BLAKE2b-256 |
ac47cbb5148e7c18986d9af2d9caf7a7e1c7e6106c498b833a83590c1082a6f8
|