https://github.com/alice-space/alice
AI Local Interactive Cross-device Engine. Same AI session, anywhere. Terminal ↔ Feishu for CLI agents (OpenCode/DeepSeek V4, Codex, Claude, Gemini, Kimi).
https://github.com/alice-space/alice
ai-agent chatbot cli connector deepseek deepseek-v4 feishu go llm opencode
Last synced: about 1 month ago
JSON representation
AI Local Interactive Cross-device Engine. Same AI session, anywhere. Terminal ↔ Feishu for CLI agents (OpenCode/DeepSeek V4, Codex, Claude, Gemini, Kimi).
- Host: GitHub
- URL: https://github.com/alice-space/alice
- Owner: Alice-space
- License: mit
- Created: 2026-03-05T08:17:41.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-05-07T04:04:58.000Z (about 1 month ago)
- Last Synced: 2026-05-07T06:39:56.519Z (about 1 month ago)
- Topics: ai-agent, chatbot, cli, connector, deepseek, deepseek-v4, feishu, go, llm, opencode
- Language: Go
- Homepage: https://alice-space.github.io/alice/
- Size: 2.9 MB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Alice
> **A**I **L**ocal **I**nteractive **C**ross-device **E**ngine
>
> Same AI session, anywhere. Terminal ↔ Feishu. No cloud lock-in. Works with OpenCode (DeepSeek V4), Codex, Claude, Gemini, Kimi.
[](https://github.com/Alice-space/alice/actions/workflows/ci.yml)
[](https://github.com/Alice-space/alice/actions/workflows/main-release.yml)
[](https://goreportcard.com/report/github.com/Alice-space/alice)
[](https://pkg.go.dev/github.com/Alice-space/alice)
[](https://opensource.org/licenses/MIT)
[中文](./README.zh-CN.md)
- **Access your agent from anywhere.**
Terminal at your desk. Feishu on your phone. Same session, same context — just `/session resume`.
- **Pick your AI.**
OpenCode / DeepSeek V4, Codex, Claude, Gemini, Kimi. Mix and match per scene.
- **Zero cloud dependency.**
The agent CLI runs on your machine. No API keys, no vendor lock-in.
- **Goal mode × DeepSeek = low cost.**
Fire off dozens of tasks for pennies. Get notified on your phone when done.
A Feishu long-connection connector for CLI-based LLM agents — OpenCode (DeepSeek V4), Codex, Claude, Gemini, Kimi.
Runs as a local multi-bot runtime: receives Feishu messages over WebSocket, routes them into `chat` or `work` scenes, calls the configured LLM CLI, and sends replies, files, and images back. Zero cloud dependency — everything runs on your machine.
## Documentation
Full documentation is at **[alice-space.github.io/alice](https://alice-space.github.io/alice/)**.
| | |
|--|--|
| [Tutorials](https://alice-space.github.io/alice/en/tutorials/quick-start.html) | Get Alice running in 5 minutes |
| [How-To Guides](https://alice-space.github.io/alice/en/how-to/install.html) | Task-focused recipes |
| [Configuration Reference](https://alice-space.github.io/alice/en/reference/configuration.html) | Every config key documented |
| [Architecture](https://alice-space.github.io/alice/en/development/architecture.html) | Code-level architecture |
[中文文档 »](https://alice-space.github.io/alice/zh/)
## Quick Start
```bash
npm install -g @alice_space/alice
alice setup
# edit ~/.alice/config.yaml
alice --feishu-websocket
```
Then in Feishu: `@Alice #work deploy the staging environment` — Alice creates a task thread, runs your LLM backend, and streams progress back. Use `/session` anytime to resume the task from your terminal.
## Development
```bash
make check # fmt, vet, test, race
make build
make run
```
Contribution guide: [CONTRIBUTING.md](./CONTRIBUTING.md)
## License
[MIT](./LICENSE)