289 Commits

Author SHA1 Message Date
Claude
7fced16e4c
docs: add Docker build/run instructions to README
https://claude.ai/code/session_011C1h1NERqqZp4ht3Pqpwkc
2026-02-02 09:22:13 +00:00
Claude
f7e8e73c54
fix: add git to Dockerfile for npm bridge dependency install
A bridge npm dependency requires git to be present at install time.

https://claude.ai/code/session_011C1h1NERqqZp4ht3Pqpwkc
2026-02-02 09:17:24 +00:00
Claude
fa25856d8c
fix: create stub bridge/ dir in dependency caching layer
Hatchling's force-include requires bridge/ to exist at build time.
The dependency caching step now stubs both nanobot/ and bridge/.

https://claude.ai/code/session_011C1h1NERqqZp4ht3Pqpwkc
2026-02-02 09:07:23 +00:00
Claude
6df4a56586
test: add script to verify Dockerfile builds and nanobot status works
Builds the image, runs onboard + status inside the container, and validates
that the expected output fields (Config, Workspace, Model, API keys) are present.

https://claude.ai/code/session_011C1h1NERqqZp4ht3Pqpwkc
2026-02-02 08:59:57 +00:00
Claude
20227f1f04
feat: add Dockerfile with uv-based installation
Add a Dockerfile using the official uv Python image (python3.12-bookworm-slim)
for fast dependency installation. Includes Node.js 20 for the WhatsApp bridge,
dependency layer caching, and exposes the gateway port (18790).

https://claude.ai/code/session_011C1h1NERqqZp4ht3Pqpwkc
2026-02-02 08:55:21 +00:00
Peter van Eijk
b7be3a6f9a Add uv as install method 2026-02-02 15:26:17 +07:00
Yitong Li
f4b081b83f feat: add vision support for image recognition in Telegram 2026-02-02 15:32:12 +08:00
Xubin Ren
229fde021a
Merge pull request #8 from Neutralmilkzzz/fix-port-conflict
Change default gateway port to 18790
2026-02-02 14:16:01 +08:00
Anunay Aatipamula
1865ecda8f Merge branch 'main' of github.com:HKUDS/nanobot 2026-02-02 11:31:38 +05:30
Anunay Aatipamula
ab45185ed8 feat: add Gemini provider support
- Update configuration schema to include Gemini provider
- Modify API key retrieval priority to include Gemini
- Enhance CLI status command to display Gemini API status
- Update LiteLLMProvider to support Gemini integration
2026-02-02 11:21:41 +05:30
Neutral Milk
c400786b17 chore: change default gateway port to 18790 to avoid conflict with OpenClaw 2026-02-02 13:35:44 +08:00
chaohuang-ai
4ba8cc0f8f
Update README.md 2026-02-02 12:59:36 +08:00
Xubin Ren
2049e1a826
Merge pull request #4 from ZhihaoZhang97/feature/vllm-support
feat: add vLLM/local LLM support
2026-02-02 11:15:49 +08:00
ZhihaoZhang97
2b19dcf9fd feat: add vLLM/local LLM support
- Add vllm provider configuration in config schema
- Auto-detect vLLM endpoints and use hosted_vllm/ prefix for LiteLLM
- Pass api_base directly to acompletion for custom endpoints
- Add vLLM status display in CLI status command
- Add vLLM setup documentation in README
2026-02-02 11:23:04 +11:00
Manus AI
2dd284661d feat: add Zhipu API support and set glm-4.7-flash as default model 2026-02-01 14:36:15 -05:00
Re-bin
959c4dadf8 release 0.1.3.post3 2026-02-01 18:53:49 +00:00
Re-bin
ac527d40d7 fix: unify skill metadata format 2026-02-01 18:45:42 +00:00
Re-bin
d888e51d1c feat(telegram): markdown support 2026-02-01 18:35:27 +00:00
Re-bin
dbb070e5fd add pypi download count 2026-02-01 18:18:40 +00:00
Re-bin
1662208183 add feishu & wechat group 2026-02-01 18:17:56 +00:00
Re-bin
0c9aa3ed6c update readme 2026-02-01 16:45:51 +00:00
Re-bin
76df1bc795 release 0.1.3.post2 2026-02-01 16:42:27 +00:00
Re-bin
a3ed0c817e update readme 2026-02-01 16:38:13 +00:00
Re-bin
bbca63ddd5 update readme 2026-02-01 16:35:59 +00:00
Re-bin
051a97fa4e feat: add sub-agent system 2026-02-01 16:28:45 +00:00
Re-bin
c8a1190064 update readme 2026-02-01 15:33:43 +00:00
Re-bin
5437d072ad update logo 2026-02-01 15:32:59 +00:00
chaohuang-ai
f18238e19d
Update README.md 2026-02-01 23:24:09 +08:00
chaohuang-ai
d9b70f7fb4
Update README.md 2026-02-01 21:50:35 +08:00
chaohuang-ai
e095dccbce
Update README.md 2026-02-01 21:27:10 +08:00
chaohuang-ai
aec54b9043
Update README.md 2026-02-01 21:17:31 +08:00
chaohuang-ai
969dde083b
Update README.md 2026-02-01 21:16:40 +08:00
chaohuang-ai
de25511873
Update README.md 2026-02-01 21:12:39 +08:00
chaohuang-ai
a046413fac
Update README.md 2026-02-01 21:03:05 +08:00
chaohuang-ai
31b47cedfb
Update README.md 2026-02-01 20:55:10 +08:00
chaohuang-ai
f42b65b203
Update README.md 2026-02-01 20:54:22 +08:00
Re-bin
662a5d6f01 update readme 2026-02-01 07:39:23 +00:00
Re-bin
d4cc48afd5 🐈nanobot: hello world! 2026-02-01 07:36:42 +00:00
Xubin Ren
086d65ace5
Initial commit 2026-02-01 15:16:16 +08:00