AgentEvalTool/backend/agenteval
sinohqb 775b070bab
All checks were successful
CI / test (push) Successful in 3m48s
feat(intelligent-eval): platform triggers OpenClaw agent as worker (avoid external IM channel)
OpenClaw cron requires a channel (announce->last fail-closed); webchat is a
Control-UI feature, not an addressable channel, and platform-side static
execution would degrade the intelligent eval into a static evaluation.

Solution (plan C): the platform keeps the scan loop and, when the queue has
a pending task, invokes the headless agent:
  docker exec openclaw-eval openclaw agent --agent main \
    -m agenteval-intelligent-worker --json
--deliver defaults to false, so no cron delivery channel is involved. The
worker skill runs unchanged under the OpenClaw agent (LLM decisions +
evaluator/analyst skills). Verified headless invocation returns ok.
2026-08-17 02:37:37 +08:00
..
agents v0.2.0-dev: 文件管理 + 页面布局统一 + 6 个 bug 修复 2026-07-16 15:25:22 +08:00
channels fix(review): address release correctness findings 2026-08-09 03:20:40 +08:00
config refactor(intelligent-eval): openclaw_client token from settings (S5) + ADR-0008 2026-08-13 14:20:49 +08:00
evaluation refactor(architecture): deepen campaign runtime modules 2026-08-11 13:18:48 +08:00
exploration refactor(architecture): deepen evaluation lifecycle and read model 2026-08-07 03:11:37 +08:00
intelligent_eval fix(decision-logs): remove unused context_json + json import (ruff F841/F401) 2026-08-14 15:23:36 +08:00
model_protocols feat(models): support mainstream model protocols 2026-07-17 20:58:27 +08:00
scenarios feat(models): add centralized model configuration 2026-07-17 20:02:43 +08:00
services feat(models): add analysis-default flag for campaign intelligence 2026-08-03 01:46:51 +08:00
storage feat(intelligent-eval): add cron pool data model and task queue API 2026-08-12 02:13:21 +08:00
utils v0.3-s3: Webhook + OpenClaw HTTP Skill + Markdown/对比报告 2026-07-17 11:44:54 +08:00
web feat(intelligent-eval): platform triggers OpenClaw agent as worker (avoid external IM channel) 2026-08-17 02:37:37 +08:00
__init__.py v0.2.0-dev: 文件管理 + 页面布局统一 + 6 个 bug 修复 2026-07-16 15:25:22 +08:00
model_gateway.py feat(models): support mainstream model protocols 2026-07-17 20:58:27 +08:00
models.py refactor(architecture): deepen evaluation lifecycle and read model 2026-08-07 03:11:37 +08:00
task_registry.py refactor(tasks): unify run/campaign task registries into TaskRegistry 2026-07-31 03:39:03 +08:00
version.py v0.2.0-dev: 文件管理 + 页面布局统一 + 6 个 bug 修复 2026-07-16 15:25:22 +08:00