Releases: CraftOS-dev/CraftBot
v1.2.0
Installation
Docker Compose (Recommended)
Includes the agent, OmniParser, and GUI desktop VM — all in one.
git clone https://github.com/zfoong/CraftBot.git
cd CraftBot
cp .env.example .env # Edit with your API keys
docker compose upFor GPU acceleration on OmniParser:
docker compose -f docker-compose.yml -f docker-compose.gpu.yml upStandalone Binary
Download the binary for your platform from the assets below.
Requires Docker for GUI mode and Omniparser. Run with --no-omniparser to skip OmniParser setup. Run with --no-conda to skip conda setup and use system Python instead.
What's Changed
- Agent cycle rework by @zfoong in #87
- Feature/mcp integration by @zfoong in #88
- Feature/skills integration by @zfoong in #89
- Bug/g UI workflow issue by @zfoong in #90
- Feature/agent file system by @zfoong in #91
- Feature/external libraries by @ahmad-ajmal in #92
- action update, compact, and image action update by @zfoong in #93
- Feature/onboarding by @zfoong in #94
- Rebranding by @zfoong in #95
- Dev by @zfoong in #96
- Staging by @zfoong in #97
- Feature/improve installation by @korivi-CraftOS in #99
- Feature/two way comm by @zfoong in #98
- Feature/browser interface by @zfoong in #100
- Bug/bugs fixes by @ahmad-ajmal in #101
- Devtesting by @zfoong in #102
- Dev by @zfoong in #103
- Staging by @zfoong in #104
- small onboarding fix by @zfoong in #105
- Staging by @zfoong in #106
- Git ignore user memory by @ahmad-ajmal in #107
- Staging by @ahmad-ajmal in #108
New Contributors
- @korivi-CraftOS made their first contribution in #99
Full Changelog: v0.1.0...v1.2.0
v0.1.0
Installation
Docker Compose (Recommended)
Includes the agent, OmniParser, and GUI desktop VM — all in one.
git clone https://github.com/zfoong/WhiteCollarAgent.git
cd WhiteCollarAgent
cp .env.example .env # Edit with your API keys
docker compose upFor GPU acceleration on OmniParser:
docker compose -f docker-compose.yml -f docker-compose.gpu.yml upStandalone Binary
Download the binary for your platform from the assets below.
Requires Docker for GUI mode and Omniparser. Run with --no-omniparser to skip OmniParser setup. Run with --no-conda to skip conda setup and use system Python instead.
What's Changed
- Add command handling for TUI reset and clear by @zfoong in #7
- Add launch menu before chat interface by @zfoong in #9
- Integrate launch menu into TUI by @zfoong in #10
- Fix chat log wrapping on terminal resize by @zfoong in #11
- Feature/t UI improvement by @zfoong in #12
- Restore CLI entrypoints for runnable modules by @zfoong in #13
- Enable copy and paste for TUI interface, change exit shortcut to ctrl q by @zfoong in #24
- Align VLM provider selection with LLM and add BytePlus support by @zfoong in #27
- Bug/llm vlm provider inconsistancy by @zfoong in #28
- Dev by @zfoong in #29
- Staging by @zfoong in #31
- update readme, remove extra trigger put by @zfoong in #34
-
- Optimize prompt for choosing action by @ahmad-ajmal in #33
- Feature/support local vlm by @zfoong in #35
- Feature/documentation by @zfoong in #36
- Improvement/state manager revamp by @ahmad-ajmal in #38
- Feature/error validation and fallback by @ahmad-ajmal in #37
- v0.0.3 by @zfoong in #40
- Update create and run python instructure to prevent system exit and u… by @zfoong in #42
- Refactor actions to use output JSON responses by @zfoong in #43
- Set action execution modes to internal by @zfoong in #44
- Staging by @zfoong in #45
- Add Japanese README and language switch link by @Koyukopan in #49
-
- Created action framework by @ahmad-ajmal in #46
-
- add execution mode to actions by @ahmad-ajmal in #41
- Feature/context folding by @ahmad-ajmal in #51
- Reasoning injection by @zfoong in #54
- Custom agent/dog agent by @zfoong in #56
- Dev by @zfoong in #57
- Dev by @zfoong in #59
- Staging by @zfoong in #60
- Feature/gui logic update by @zfoong in #61
- Highlight "AGENT" in TUI menu logo using #FF4F18 by @zfoong in #65
- Feature/gui module by @ahmad-ajmal in #62
- Minimal vm by @ahmad-ajmal in #76
- Feature/UI update by @zfoong in #74
- Dev by @zfoong in #77
- Dev by @zfoong in #79
- Staging by @zfoong in #78
- Bug/unstable output by @zfoong in #83
- Dev by @zfoong in #84
- Staging by @zfoong in #85
- Add GitHub Actions workflow to build PyInstaller binaries and publish releases by @zfoong in #86
New Contributors
- @ahmad-ajmal made their first contribution in #33
- @Koyukopan made their first contribution in #49
Full Changelog: https://github.com/zfoong/WhiteCollarAgent/commits/v0.1.0