aicqwebbot 0.1.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aicqwebbot might be problematic. Click here for more details.
- aicqwebbot-0.1.0/LICENSE +202 -0
- aicqwebbot-0.1.0/PKG-INFO +133 -0
- aicqwebbot-0.1.0/README.md +104 -0
- aicqwebbot-0.1.0/aicqwebbot/web/index.html +101 -0
- aicqwebbot-0.1.0/aicqwebbot/web/static/agent/agent-engine.js +2467 -0
- aicqwebbot-0.1.0/aicqwebbot/web/static/agent/agent-files.js +416 -0
- aicqwebbot-0.1.0/aicqwebbot/web/static/agent/agent-llm-log.js +132 -0
- aicqwebbot-0.1.0/aicqwebbot/web/static/agent/agent-llm-providers.js +390 -0
- aicqwebbot-0.1.0/aicqwebbot/web/static/agent/agent-sandbox-js.js +96 -0
- aicqwebbot-0.1.0/aicqwebbot/web/static/agent/agent-sandbox-python.js +131 -0
- aicqwebbot-0.1.0/aicqwebbot/web/static/agent/agent-storage.js +713 -0
- aicqwebbot-0.1.0/aicqwebbot/web/static/agent/agent-styles.css +66 -0
- aicqwebbot-0.1.0/aicqwebbot/web/static/agent/agent-tools-native.js +2158 -0
- aicqwebbot-0.1.0/aicqwebbot/web/static/agent/agent-tools-wasm.js +195 -0
- aicqwebbot-0.1.0/aicqwebbot/web/static/agent/agent-tools.js +116 -0
- aicqwebbot-0.1.0/aicqwebbot/web/static/app.css +109 -0
- aicqwebbot-0.1.0/aicqwebbot/web/static/app.js +395 -0
- aicqwebbot-0.1.0/aicqwebbot.egg-info/PKG-INFO +133 -0
- aicqwebbot-0.1.0/aicqwebbot.egg-info/SOURCES.txt +23 -0
- aicqwebbot-0.1.0/aicqwebbot.egg-info/dependency_links.txt +1 -0
- aicqwebbot-0.1.0/aicqwebbot.egg-info/entry_points.txt +2 -0
- aicqwebbot-0.1.0/aicqwebbot.egg-info/requires.txt +6 -0
- aicqwebbot-0.1.0/aicqwebbot.egg-info/top_level.txt +1 -0
- aicqwebbot-0.1.0/pyproject.toml +46 -0
- aicqwebbot-0.1.0/setup.cfg +4 -0
aicqwebbot-0.1.0/LICENSE
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
|
|
2
|
+
Apache License
|
|
3
|
+
Version 2.0, January 2004
|
|
4
|
+
http://www.apache.org/licenses/
|
|
5
|
+
|
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
7
|
+
|
|
8
|
+
1. Definitions.
|
|
9
|
+
|
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
12
|
+
|
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
14
|
+
the copyright owner that is granting the License.
|
|
15
|
+
|
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
17
|
+
other entities that control, are controlled by, or are under common
|
|
18
|
+
control with that entity. For the purposes of this definition,
|
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
20
|
+
direction or management of such entity, whether by contract or
|
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
23
|
+
|
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
25
|
+
exercising permissions granted by this License.
|
|
26
|
+
|
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
28
|
+
including but not limited to software source code, documentation
|
|
29
|
+
source, and configuration files.
|
|
30
|
+
|
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
|
32
|
+
transformation or translation of a Source form, including but
|
|
33
|
+
not limited to compiled object code, generated documentation,
|
|
34
|
+
and conversions to other media types.
|
|
35
|
+
|
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
37
|
+
Object form, made available under the License, as indicated by a
|
|
38
|
+
copyright notice that is included in or attached to the work
|
|
39
|
+
(an example is provided in the Appendix below).
|
|
40
|
+
|
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
47
|
+
the Work and Derivative Works thereof.
|
|
48
|
+
|
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
|
50
|
+
the original version of the Work and any modifications or additions
|
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
62
|
+
|
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
65
|
+
subsequently incorporated within the Work.
|
|
66
|
+
|
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
|
73
|
+
|
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
79
|
+
where such license applies only to those patent claims licensable
|
|
80
|
+
by such Contributor that are necessarily infringed by their
|
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
83
|
+
institute patent litigation against any entity (including a
|
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
86
|
+
or contributory patent infringement, then any patent licenses
|
|
87
|
+
granted to You under this License for that Work shall terminate
|
|
88
|
+
as of the date such litigation is filed.
|
|
89
|
+
|
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
92
|
+
modifications, and in Source or Object form, provided that You
|
|
93
|
+
meet the following conditions:
|
|
94
|
+
|
|
95
|
+
(a) You must give any other recipients of the Work or
|
|
96
|
+
Derivative Works a copy of this License; and
|
|
97
|
+
|
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
|
99
|
+
stating that You changed the files; and
|
|
100
|
+
|
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
|
103
|
+
attribution notices from the Source form of the Work,
|
|
104
|
+
excluding those notices that do not pertain to any part of
|
|
105
|
+
the Derivative Works; and
|
|
106
|
+
|
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
|
109
|
+
include a readable copy of the attribution notices contained
|
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
|
112
|
+
of the following places: within a NOTICE text file distributed
|
|
113
|
+
as part of the Derivative Works; within the Source form or
|
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
|
115
|
+
within a display generated by the Derivative Works, if and
|
|
116
|
+
wherever such third-party notices normally appear. The contents
|
|
117
|
+
of the NOTICE file are for informational purposes only and
|
|
118
|
+
do not modify the License. You may add Your own attribution
|
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
121
|
+
that such additional attribution notices cannot be construed
|
|
122
|
+
as modifying the License.
|
|
123
|
+
|
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
|
125
|
+
may provide additional or different license terms and conditions
|
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
129
|
+
the conditions stated in this License.
|
|
130
|
+
|
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
134
|
+
this License, without any additional terms or conditions.
|
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
136
|
+
the terms of any separate license agreement you may have executed
|
|
137
|
+
with Licensor regarding such Contributions.
|
|
138
|
+
|
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
141
|
+
except as required for reasonable and customary use in describing the
|
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
143
|
+
|
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
|
153
|
+
|
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
|
159
|
+
incidental, or consequential damages of any character arising as a
|
|
160
|
+
result of this License or out of the use or inability to use the
|
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
163
|
+
other commercial damages or losses), even if such Contributor
|
|
164
|
+
has been advised of the possibility of such damages.
|
|
165
|
+
|
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
169
|
+
or other liability obligations and/or rights consistent with this
|
|
170
|
+
License. However, in accepting such obligations, You may act only
|
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
175
|
+
of your accepting any such warranty or additional liability.
|
|
176
|
+
|
|
177
|
+
END OF TERMS AND CONDITIONS
|
|
178
|
+
|
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
180
|
+
|
|
181
|
+
To apply the Apache License to your work, attach the following
|
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
183
|
+
replaced with your own identifying information. (Don't include
|
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
185
|
+
comment syntax for the file format. We also recommend that a
|
|
186
|
+
file or class name and description of purpose be included on the
|
|
187
|
+
same "printed page" as the copyright notice for easier
|
|
188
|
+
identification within third-party archives.
|
|
189
|
+
|
|
190
|
+
Copyright [yyyy] [name of copyright owner]
|
|
191
|
+
|
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
193
|
+
you may not use this file except in compliance with the License.
|
|
194
|
+
You may obtain a copy of the License at
|
|
195
|
+
|
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
197
|
+
|
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
201
|
+
See the License for the specific language governing permissions and
|
|
202
|
+
limitations under the License.
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: aicqwebbot
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: AicqWebBot - Your browser is the agent's container. pip install, run one line, chat with your agent on localhost.
|
|
5
|
+
Author: SamAI
|
|
6
|
+
License: Apache-2.0
|
|
7
|
+
Project-URL: Homepage, https://aicq.me
|
|
8
|
+
Project-URL: Documentation, https://github.com/samaidev/AicqWebBot
|
|
9
|
+
Project-URL: Repository, https://github.com/samaidev/AicqWebBot
|
|
10
|
+
Keywords: agent,browser,llm,wasm,sandbox,chatbot,ai
|
|
11
|
+
Classifier: Development Status :: 4 - Beta
|
|
12
|
+
Classifier: Intended Audience :: Developers
|
|
13
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
14
|
+
Classifier: Programming Language :: Python :: 3
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
19
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
20
|
+
Requires-Python: >=3.9
|
|
21
|
+
Description-Content-Type: text/markdown
|
|
22
|
+
License-File: LICENSE
|
|
23
|
+
Requires-Dist: fastapi>=0.104.0
|
|
24
|
+
Requires-Dist: uvicorn>=0.24.0
|
|
25
|
+
Requires-Dist: httpx>=0.25.0
|
|
26
|
+
Provides-Extra: extra
|
|
27
|
+
Requires-Dist: python-multipart>=0.0.6; extra == "extra"
|
|
28
|
+
Dynamic: license-file
|
|
29
|
+
|
|
30
|
+
<div align="center">
|
|
31
|
+
|
|
32
|
+
# 🤖 AicqWebBot
|
|
33
|
+
|
|
34
|
+
**Your browser is the agent's container.**
|
|
35
|
+
|
|
36
|
+
*Your browser is the agent's container.* — [中文说明](README.zh-CN.md)
|
|
37
|
+
|
|
38
|
+
</div>
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
**AicqWebBot** is a browser-native AI agent runtime. `pip install` it, run one line, open localhost, paste your model key — and a full agent (LLM loop, 50+ tools, WASM code sandbox, memory) starts running **entirely inside your browser tab**.
|
|
43
|
+
|
|
44
|
+
The local server it starts is a *thin, stateless relay*: it only proxies your model API calls (to bypass browser CORS) and serves static files. **Zero execution happens on the server.** Your API key, your conversation history, your files — everything stays on your machine.
|
|
45
|
+
|
|
46
|
+
## 🚀 Quick start (3 lines)
|
|
47
|
+
|
|
48
|
+
```bash
|
|
49
|
+
pip install aicqwebbot
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
```python
|
|
53
|
+
import aicqwebbot
|
|
54
|
+
aicqwebbot.run(8386)
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
```
|
|
58
|
+
Open http://localhost:8386 → pick a free model (no key needed) or paste
|
|
59
|
+
your OpenAI-compatible key → chat.
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
Want it even simpler? Try the live demo spaces — no install at all:
|
|
63
|
+
|
|
64
|
+
- 🤗 Hugging Face: <https://huggingface.co/spaces/samaiccgroup/AicqWebBot>
|
|
65
|
+
- 🧲 ModelScope: <https://www.modelscope.cn/studios/samaiccgroup/AicqWebBot>
|
|
66
|
+
|
|
67
|
+
## 🧠 Why this is different
|
|
68
|
+
|
|
69
|
+
| | Traditional agent stacks | AicqWebBot |
|
|
70
|
+
|---|---|---|
|
|
71
|
+
| Agent loop (brain) | Server container | **Your browser tab** |
|
|
72
|
+
| Code execution (hands) | Sandbox containers (E2B/Modal/...) | **WASM sandbox in your browser** (Pyodide / QuickJS) |
|
|
73
|
+
| Memory & files | Database container | **IndexedDB on your device** |
|
|
74
|
+
| Model calls | LLM gateway container | Local relay or direct — your key, your machine |
|
|
75
|
+
| Scaling cost | Grows with users × execution time | **Zero** — every user brings their own compute |
|
|
76
|
+
| Blast radius | Untrusted code runs on YOUR server | Untrusted code runs on the USER's own browser — the best-tested sandbox on Earth (Chromium) |
|
|
77
|
+
|
|
78
|
+
The insight: **containers are scarce on servers, but the browser is a free, pre-installed, perfectly isolated container on every machine on the planet.** AicqWebBot simply stops paying rent on server containers that the browser already replaces.
|
|
79
|
+
|
|
80
|
+
## 🛠 What's in the box
|
|
81
|
+
|
|
82
|
+
The bundled agent runtime (a zero-modification build of the [aicq.me](https://aicq.me) web agent) ships with:
|
|
83
|
+
|
|
84
|
+
- **50+ built-in tools** — web search, web read, HTTP client, file system (virtual FS), doc/xlsx/pdf/ppt creation, charts, image drawing, QR codes, email, clipboard, translate, weather, task planning, and more
|
|
85
|
+
- **Code sandbox** — Python (Pyodide / numpy / pandas) or JavaScript (QuickJS), executing as WebAssembly inside your tab
|
|
86
|
+
- **Context compression** — long conversations are automatically summarized so memory usage stays bounded
|
|
87
|
+
- **Vision** — send images, the agent analyzes them with a vision model
|
|
88
|
+
- **Streaming UI** — live reasoning, tool-call cards, markdown rendering
|
|
89
|
+
|
|
90
|
+
## 🔧 Architecture
|
|
91
|
+
|
|
92
|
+
```
|
|
93
|
+
pip install aicqwebbot && aicqwebbot.run(8386)
|
|
94
|
+
│
|
|
95
|
+
▼
|
|
96
|
+
┌─ localhost:8386 (thin Python relay) ─────────────────┐
|
|
97
|
+
│ GET / config page / chat UI │
|
|
98
|
+
│ GET /static/* agent runtime bundle │
|
|
99
|
+
│ POST /api/v1/agent/llm-proxy -> your LLM API │
|
|
100
|
+
│ POST /api/v1/agent/search-proxy -> web search │
|
|
101
|
+
│ POST /api/v1/agent/web-proxy -> page fetcher │
|
|
102
|
+
└──────────────────────────────────────────────────────┘
|
|
103
|
+
│
|
|
104
|
+
▼
|
|
105
|
+
Your browser tab = the agent's container
|
|
106
|
+
┌───────────────────────────────────────────────┐
|
|
107
|
+
│ agent loop · 50 tools · WASM sandbox │
|
|
108
|
+
│ memory (IndexedDB) · virtual file system │
|
|
109
|
+
└───────────────────────────────────────────────┘
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
## 🔐 Privacy model
|
|
113
|
+
|
|
114
|
+
- Your API key lives in your browser's storage and is only sent as an `Authorization` header to **your chosen model provider**, relayed verbatim through the local proxy (in-memory only, never persisted or logged).
|
|
115
|
+
- Agent memory, conversation history, and virtual files never leave your device.
|
|
116
|
+
- The relay keeps no sessions, no accounts, no database. Delete the browser data and everything is gone — your machine, your data.
|
|
117
|
+
|
|
118
|
+
## 📦 Deployment options
|
|
119
|
+
|
|
120
|
+
| Target | Command | Notes |
|
|
121
|
+
|---|---|---|
|
|
122
|
+
| Local machine | `aicqwebbot.run(8386)` | The default experience |
|
|
123
|
+
| Hugging Face Space | push `deploy/hf/` | Free, one-container demo |
|
|
124
|
+
| ModelScope Studio | push `deploy/modelscope/` | Same, for the CN community |
|
|
125
|
+
| Any server / intranet | `aicqwebbot.run(port)` behind nginx | Stateless — scale horizontally for free |
|
|
126
|
+
|
|
127
|
+
## 🧩 Where the code comes from
|
|
128
|
+
|
|
129
|
+
`aicqwebbot/web/static/agent/*` is the exact browser agent runtime that powers [aicq.me](https://aicq.me)'s local agents (agent-engine, tool registry, WASM sandboxes, IndexedDB storage). It is synchronized automatically from the private `samaidev/aicq` monorepo — fixes upstream flow downstream with every release.
|
|
130
|
+
|
|
131
|
+
## 📄 License
|
|
132
|
+
|
|
133
|
+
Apache-2.0
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
<div align="center">
|
|
2
|
+
|
|
3
|
+
# 🤖 AicqWebBot
|
|
4
|
+
|
|
5
|
+
**Your browser is the agent's container.**
|
|
6
|
+
|
|
7
|
+
*Your browser is the agent's container.* — [中文说明](README.zh-CN.md)
|
|
8
|
+
|
|
9
|
+
</div>
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
**AicqWebBot** is a browser-native AI agent runtime. `pip install` it, run one line, open localhost, paste your model key — and a full agent (LLM loop, 50+ tools, WASM code sandbox, memory) starts running **entirely inside your browser tab**.
|
|
14
|
+
|
|
15
|
+
The local server it starts is a *thin, stateless relay*: it only proxies your model API calls (to bypass browser CORS) and serves static files. **Zero execution happens on the server.** Your API key, your conversation history, your files — everything stays on your machine.
|
|
16
|
+
|
|
17
|
+
## 🚀 Quick start (3 lines)
|
|
18
|
+
|
|
19
|
+
```bash
|
|
20
|
+
pip install aicqwebbot
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
```python
|
|
24
|
+
import aicqwebbot
|
|
25
|
+
aicqwebbot.run(8386)
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
```
|
|
29
|
+
Open http://localhost:8386 → pick a free model (no key needed) or paste
|
|
30
|
+
your OpenAI-compatible key → chat.
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
Want it even simpler? Try the live demo spaces — no install at all:
|
|
34
|
+
|
|
35
|
+
- 🤗 Hugging Face: <https://huggingface.co/spaces/samaiccgroup/AicqWebBot>
|
|
36
|
+
- 🧲 ModelScope: <https://www.modelscope.cn/studios/samaiccgroup/AicqWebBot>
|
|
37
|
+
|
|
38
|
+
## 🧠 Why this is different
|
|
39
|
+
|
|
40
|
+
| | Traditional agent stacks | AicqWebBot |
|
|
41
|
+
|---|---|---|
|
|
42
|
+
| Agent loop (brain) | Server container | **Your browser tab** |
|
|
43
|
+
| Code execution (hands) | Sandbox containers (E2B/Modal/...) | **WASM sandbox in your browser** (Pyodide / QuickJS) |
|
|
44
|
+
| Memory & files | Database container | **IndexedDB on your device** |
|
|
45
|
+
| Model calls | LLM gateway container | Local relay or direct — your key, your machine |
|
|
46
|
+
| Scaling cost | Grows with users × execution time | **Zero** — every user brings their own compute |
|
|
47
|
+
| Blast radius | Untrusted code runs on YOUR server | Untrusted code runs on the USER's own browser — the best-tested sandbox on Earth (Chromium) |
|
|
48
|
+
|
|
49
|
+
The insight: **containers are scarce on servers, but the browser is a free, pre-installed, perfectly isolated container on every machine on the planet.** AicqWebBot simply stops paying rent on server containers that the browser already replaces.
|
|
50
|
+
|
|
51
|
+
## 🛠 What's in the box
|
|
52
|
+
|
|
53
|
+
The bundled agent runtime (a zero-modification build of the [aicq.me](https://aicq.me) web agent) ships with:
|
|
54
|
+
|
|
55
|
+
- **50+ built-in tools** — web search, web read, HTTP client, file system (virtual FS), doc/xlsx/pdf/ppt creation, charts, image drawing, QR codes, email, clipboard, translate, weather, task planning, and more
|
|
56
|
+
- **Code sandbox** — Python (Pyodide / numpy / pandas) or JavaScript (QuickJS), executing as WebAssembly inside your tab
|
|
57
|
+
- **Context compression** — long conversations are automatically summarized so memory usage stays bounded
|
|
58
|
+
- **Vision** — send images, the agent analyzes them with a vision model
|
|
59
|
+
- **Streaming UI** — live reasoning, tool-call cards, markdown rendering
|
|
60
|
+
|
|
61
|
+
## 🔧 Architecture
|
|
62
|
+
|
|
63
|
+
```
|
|
64
|
+
pip install aicqwebbot && aicqwebbot.run(8386)
|
|
65
|
+
│
|
|
66
|
+
▼
|
|
67
|
+
┌─ localhost:8386 (thin Python relay) ─────────────────┐
|
|
68
|
+
│ GET / config page / chat UI │
|
|
69
|
+
│ GET /static/* agent runtime bundle │
|
|
70
|
+
│ POST /api/v1/agent/llm-proxy -> your LLM API │
|
|
71
|
+
│ POST /api/v1/agent/search-proxy -> web search │
|
|
72
|
+
│ POST /api/v1/agent/web-proxy -> page fetcher │
|
|
73
|
+
└──────────────────────────────────────────────────────┘
|
|
74
|
+
│
|
|
75
|
+
▼
|
|
76
|
+
Your browser tab = the agent's container
|
|
77
|
+
┌───────────────────────────────────────────────┐
|
|
78
|
+
│ agent loop · 50 tools · WASM sandbox │
|
|
79
|
+
│ memory (IndexedDB) · virtual file system │
|
|
80
|
+
└───────────────────────────────────────────────┘
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
## 🔐 Privacy model
|
|
84
|
+
|
|
85
|
+
- Your API key lives in your browser's storage and is only sent as an `Authorization` header to **your chosen model provider**, relayed verbatim through the local proxy (in-memory only, never persisted or logged).
|
|
86
|
+
- Agent memory, conversation history, and virtual files never leave your device.
|
|
87
|
+
- The relay keeps no sessions, no accounts, no database. Delete the browser data and everything is gone — your machine, your data.
|
|
88
|
+
|
|
89
|
+
## 📦 Deployment options
|
|
90
|
+
|
|
91
|
+
| Target | Command | Notes |
|
|
92
|
+
|---|---|---|
|
|
93
|
+
| Local machine | `aicqwebbot.run(8386)` | The default experience |
|
|
94
|
+
| Hugging Face Space | push `deploy/hf/` | Free, one-container demo |
|
|
95
|
+
| ModelScope Studio | push `deploy/modelscope/` | Same, for the CN community |
|
|
96
|
+
| Any server / intranet | `aicqwebbot.run(port)` behind nginx | Stateless — scale horizontally for free |
|
|
97
|
+
|
|
98
|
+
## 🧩 Where the code comes from
|
|
99
|
+
|
|
100
|
+
`aicqwebbot/web/static/agent/*` is the exact browser agent runtime that powers [aicq.me](https://aicq.me)'s local agents (agent-engine, tool registry, WASM sandboxes, IndexedDB storage). It is synchronized automatically from the private `samaidev/aicq` monorepo — fixes upstream flow downstream with every release.
|
|
101
|
+
|
|
102
|
+
## 📄 License
|
|
103
|
+
|
|
104
|
+
Apache-2.0
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
+
<title>AicqWebBot — Your browser is the agent's container</title>
|
|
7
|
+
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🤖</text></svg>">
|
|
8
|
+
<link rel="stylesheet" href="/static/agent/agent-styles.css">
|
|
9
|
+
<link rel="stylesheet" href="/static/app.css">
|
|
10
|
+
</head>
|
|
11
|
+
<body>
|
|
12
|
+
|
|
13
|
+
<!-- ═══════════ Setup panel (shown when no agent configured) ═══════════ -->
|
|
14
|
+
<div id="setupPanel" class="panel">
|
|
15
|
+
<div class="setup-card">
|
|
16
|
+
<div class="setup-head">
|
|
17
|
+
<div class="setup-logo">🤖</div>
|
|
18
|
+
<h1>AicqWebBot</h1>
|
|
19
|
+
<p class="setup-sub">Your browser is the agent's container.<br>Configure a model, then chat — everything runs locally.</p>
|
|
20
|
+
</div>
|
|
21
|
+
|
|
22
|
+
<form id="setupForm" autocomplete="off">
|
|
23
|
+
<label>Agent name</label>
|
|
24
|
+
<input id="f_name" type="text" value="My Agent" required>
|
|
25
|
+
|
|
26
|
+
<label>System prompt</label>
|
|
27
|
+
<textarea id="f_prompt" rows="3" placeholder="You are a helpful assistant...">You are a helpful AI agent. Be concise and helpful.</textarea>
|
|
28
|
+
|
|
29
|
+
<label>Provider</label>
|
|
30
|
+
<select id="f_provider">
|
|
31
|
+
<option value="opencode">Free model — no API key needed (OpenCode Zen)</option>
|
|
32
|
+
<option value="openai">OpenAI-compatible — your own API key</option>
|
|
33
|
+
</select>
|
|
34
|
+
|
|
35
|
+
<div id="grpOpenAI">
|
|
36
|
+
<label>API base URL</label>
|
|
37
|
+
<input id="f_baseurl" type="text" placeholder="https://api.openai.com/v1">
|
|
38
|
+
<label>Model</label>
|
|
39
|
+
<input id="f_model" type="text" placeholder="gpt-4o-mini">
|
|
40
|
+
<label>API key <span class="hint">— stays in your browser, never uploaded</span></label>
|
|
41
|
+
<input id="f_apikey" type="password" placeholder="sk-...">
|
|
42
|
+
</div>
|
|
43
|
+
|
|
44
|
+
<div id="grpFree">
|
|
45
|
+
<label>Model</label>
|
|
46
|
+
<select id="f_freeModel">
|
|
47
|
+
<option value="nemotron-3.5-lightning-free">Nemotron 3.5 Lightning (Free)</option>
|
|
48
|
+
<option value="nemotron-3-ultra-free">Nemotron 3 Ultra (Free)</option>
|
|
49
|
+
</select>
|
|
50
|
+
<label>API key <span class="hint">— optional, anonymous works</span></label>
|
|
51
|
+
<input id="f_freeKey" type="password" placeholder="(optional)">
|
|
52
|
+
</div>
|
|
53
|
+
|
|
54
|
+
<div class="row2">
|
|
55
|
+
<div>
|
|
56
|
+
<label>Code sandbox</label>
|
|
57
|
+
<select id="f_sandbox">
|
|
58
|
+
<option value="javascript">JavaScript (QuickJS)</option>
|
|
59
|
+
<option value="python">Python (Pyodide)</option>
|
|
60
|
+
</select>
|
|
61
|
+
</div>
|
|
62
|
+
<div>
|
|
63
|
+
<label>Language</label>
|
|
64
|
+
<select id="f_lang">
|
|
65
|
+
<option value="en">English</option>
|
|
66
|
+
<option value="zh">中文</option>
|
|
67
|
+
</select>
|
|
68
|
+
</div>
|
|
69
|
+
</div>
|
|
70
|
+
|
|
71
|
+
<label class="tools-label">Tools <span class="hint">— click to toggle</span></label>
|
|
72
|
+
<div id="f_tools" class="tools-grid"></div>
|
|
73
|
+
|
|
74
|
+
<button type="submit" class="btn-primary" id="btnSave">Save & Start Chat</button>
|
|
75
|
+
<p class="foot">Agent state lives in your browser (IndexedDB) · Server is a stateless relay · <a href="https://github.com/samaidev/AicqWebBot" target="_blank">GitHub</a> · <a href="https://aicq.me" target="_blank">aicq.me</a></p>
|
|
76
|
+
</form>
|
|
77
|
+
</div>
|
|
78
|
+
</div>
|
|
79
|
+
|
|
80
|
+
<!-- ═══════════ Chat panel ═══════════ -->
|
|
81
|
+
<div id="chatPanel" class="panel hidden">
|
|
82
|
+
<header id="chatHead">
|
|
83
|
+
<button id="btnSettings" title="Settings">⚙</button>
|
|
84
|
+
<div class="head-info">
|
|
85
|
+
<span id="agentName">Agent</span>
|
|
86
|
+
<span id="csLabel" class="cs-label">session</span>
|
|
87
|
+
</div>
|
|
88
|
+
<button id="btnNewSession" title="New session">+</button>
|
|
89
|
+
</header>
|
|
90
|
+
|
|
91
|
+
<main id="msgFlow"></main>
|
|
92
|
+
|
|
93
|
+
<footer id="composer">
|
|
94
|
+
<textarea id="inputBox" rows="1" placeholder="Type a message... (Enter to send, Shift+Enter for newline)"></textarea>
|
|
95
|
+
<button id="btnSend" title="Send">➤</button>
|
|
96
|
+
</footer>
|
|
97
|
+
</div>
|
|
98
|
+
|
|
99
|
+
<script src="/static/app.js"></script>
|
|
100
|
+
</body>
|
|
101
|
+
</html>
|