Commit Graph

588 Commits

Author SHA1 Message Date
ghmark675
444c547adf Feat(docker): support arm platform
Some checks failed
Docker Image CI / build_and_publish (push) Has been cancelled
v1.1.2
2025-11-07 16:39:32 +08:00
ghmark675
d076d298f4 Merge pull request #198 from 666ghj/feature/arm_docker
Feat(docker): support arm platform
2025-11-07 16:16:20 +08:00
ghmark675
58bf522432 Feat(docker): support arm platform 2025-11-07 16:12:53 +08:00
BaiFu
34d4eeba62 Dev to Main: Refactor LLM Interface to Byte Stream for Improved Stability
Dev to Main: Refactor LLM Interface to Byte Stream for Improved Stability
2025-11-07 15:52:28 +08:00
Doiiars
474c7657fd 1. LLM接口改为字节级流式接口,防止超时错误,也避免utf-8长字节字符拼接错误 2025-11-07 15:42:02 +08:00
666ghj
bdc5ffeea6 Update README. 2025-11-07 15:42:02 +08:00
666ghj
8f8bf70757 Update README. 2025-11-07 15:42:02 +08:00
666ghj
8b72ac0fb1 Update README. 2025-11-07 15:42:02 +08:00
dragons96
826e5e7e06 fix: Mysql query error. 2025-11-07 15:42:02 +08:00
ghmark675
d2fec577ed Merge pull request #193 from 666ghj/docs/pg_db
docs(README): update database config
2025-11-07 15:13:34 +08:00
ghmark675
0d7435c827 docs(README): update database config 2025-11-07 15:08:50 +08:00
666ghj
5e953f8923 Update README. 2025-11-07 14:42:34 +08:00
666ghj
f8d02eb5b0 Update README. 2025-11-07 14:25:13 +08:00
666ghj
94a71a8eff Update README. 2025-11-07 14:24:19 +08:00
ghmark675
1673f28627 Merge pull request #189 from 666ghj/dev
Docker Compose tutorial
2025-11-07 13:57:50 +08:00
Doiiars
bd7a1ba052 Merge pull request #187 from dragons96/main
Fix: 修复InsightEngine数据库搜索Mysql字段名使用""包裹报错问题
2025-11-07 13:39:15 +08:00
dragons96
6716c8f0b9 fix: Mysql query error. 2025-11-07 13:31:50 +08:00
ghmark675
791e7beaa1 Merge pull request #180 from 666ghj/docs/one_click_docker
Docs/one click docker
2025-11-07 10:50:04 +08:00
ghmark675
e1b39e2a2f docs(README): remove redundant content 2025-11-07 10:24:43 +08:00
ghmark675
1f0689c5ff docs(README): remove redundant content 2025-11-07 09:58:46 +08:00
ghmark675
3dacdf63a3 docs(README): remove redundant content 2025-11-07 09:51:34 +08:00
ghmark675
4a9ec29cc0 chore(docker-compose): use remote image 2025-11-07 09:51:15 +08:00
ghmark675
f4e74e02d6 docs(README-EN): add one-click docker tutorial 2025-11-07 09:27:05 +08:00
ghmark675
65f1790776 docs(README): add one-click docker tutorial 2025-11-07 09:20:06 +08:00
666ghj
dfa88e8b23 Update README. 2025-11-07 00:43:24 +08:00
Doiiars
7b2e94ad11 Merge pull request #177 from 666ghj/revert-157-feature/add-docker-documentation
Revert "Feature/add docker documentation"
2025-11-07 00:23:38 +08:00
Doiiars
0dfd62c89b Revert "Feature/add docker documentation" 2025-11-07 00:23:09 +08:00
Doiiars
eee0425110 Merge pull request #157 from luojiyin1987/feature/add-docker-documentation
Feature/add docker documentation
2025-11-07 00:21:39 +08:00
Doiiars
55d10a678d Merge pull request #175 from try2love/feature/FixDatabase
修复sql特殊密码无法连接的问题
2025-11-06 22:42:24 +08:00
try2love
148aafb2a8 修复sql特殊密码无法连接的问题 2025-11-06 13:59:33 +00:00
Doiiars
01dc676fd0 Merge pull request #171 from 666ghj/fast_patch
Some checks failed
Docker Image CI / build_and_publish (push) Has been cancelled
Docker release
v1.1.1
2025-11-06 18:58:49 +08:00
Doiiars
8bc62eb78b Merge branch 'main' into fast_patch 2025-11-06 18:58:27 +08:00
Doiiars
a1bae94c70 Merge pull request #172 from DoiiarX/fix-log-error
1. 修复论坛通信问题,基于日志块增加容错 2. 使用ERROR层级来避免json解析错误导致的连环问题
2025-11-06 18:57:03 +08:00
Doiiars
e4d075cf56 1. 修复论坛通信问题,基于日志块增加容错
2. 使用ERROR层级来避免json解析错误导致的连环问题
2025-11-06 18:53:23 +08:00
Doiiars
7d5105e563 Merge pull request #164 from IceEnd/feature/ConfigurableHostPort
chore: add configurable HOST and PORT via .env file
2025-11-06 18:34:42 +08:00
Doiiars
554550704e Merge pull request #165 from Xuhang944/fix-.env.example
修正.env.example文件中的注释,增加换行隔开各个agent配置
2025-11-06 18:33:38 +08:00
ghmark675
97a71b9c7c chore(workflow): build docker when push tag 2025-11-06 17:23:11 +08:00
ghmark675
7ab182e6f6 chore(docker): docker compose cancel load .env 2025-11-06 17:22:31 +08:00
ghmark675
c6deecd568 fix(env): fix report agent api key error 2025-11-06 17:21:47 +08:00
ghmark675
caa6c4885b fix(database): init_database in app.py 2025-11-06 17:21:19 +08:00
Xuhang944
99fdcfa41a 修正.env.example文件中的注释,增加换行隔开各个agent配置 2025-11-06 15:51:38 +08:00
666ghj
aede9501df Update README. 2025-11-06 15:33:37 +08:00
666ghj
39b8c835c5 Update README. 2025-11-06 15:29:00 +08:00
alchemin
f1794d4da9 chore: add configurable HOST and PORT via .env file
支持通过.env配置服务器HOST和PORT
2025-11-06 15:24:24 +08:00
Doiiars
950bf0d341 Merge pull request #155 from DoiiarX/fix-agent-communication
日志解析修复、及日志解析修复测试用例
2025-11-06 14:07:58 +08:00
Doiiars
505b7206e0 Merge pull request #160 from Misaki030112/fix/forum-env-config
fix(ForumEngine): Fixes the issue where the Host Agent LLM configuration was not read from environment variables.
2025-11-06 14:02:53 +08:00
Doiiars
f91cf6a260 1. 修复论坛通信问题
2. 修复总结报告错误
3. 修复环境变量重新载入问题
4. 添加测试用例
5. 修复论坛主持人问题
2025-11-06 14:01:21 +08:00
666ghj
aed242a893 fix(agent): correct logger reference in report generation 2025-11-06 13:58:36 +08:00
Doiiars
dce6371410 1. 修复论坛通信问题
2. 修复总结报告错误
3. 修复环境变量重新载入问题
4. 添加测试用例
5. 修复论坛主持人问题
2025-11-06 13:57:56 +08:00
汪世胤
fc655d00bd fix(ForumEngine): Fixes the issue where the Host Agent LLM configuration was not read from environment variables.
Signed-off-by: 汪世胤 <wangshiyin@hinadt.com>
2025-11-06 11:56:59 +08:00