huanghuoguoguo
d04a8dba29
chore(agent-runner): keep base package dependency inspection
2026-06-14 21:34:59 +08:00
huanghuoguoguo
ad61b9fddc
chore(agent-runner): remove split marketplace metadata residue
2026-06-14 21:34:02 +08:00
huanghuoguoguo
759f427110
chore(agent-runner): align split runtime files with base
2026-06-14 21:26:21 +08:00
huanghuoguoguo
4205858957
chore(agent-runner): merge split tool runtime base
...
# Conflicts:
# src/langbot/pkg/box/workspace.py
# src/langbot/pkg/provider/tools/loaders/mcp_stdio.py
# src/langbot/pkg/provider/tools/loaders/native.py
# src/langbot/pkg/provider/tools/loaders/skill.py
# tests/unit_tests/box/test_workspace.py
# tests/unit_tests/provider/test_mcp_box_integration.py
2026-06-14 21:22:05 +08:00
huanghuoguoguo
0a71747eec
chore(agent-runner): remove split-out incidental fixes
2026-06-14 21:20:31 +08:00
huanghuoguoguo
9fa3251f3d
fix(tools): decouple runtime from agent runner
2026-06-14 21:15:21 +08:00
huanghuoguoguo
64b7e9c509
fix(tools): clear stale Python workspace env locks
2026-06-14 11:32:10 +08:00
huanghuoguoguo
7b67dcc302
fix(tools): bootstrap Python workspaces with available interpreter
2026-06-14 11:32:10 +08:00
huanghuoguoguo
a60827f221
fix(tools): harden agent runner tool runtimes
2026-06-14 11:32:10 +08:00
huanghuoguoguo
e9fe2f2d43
feat(agent-runner): support host tool lookup ( #2244 )
2026-06-14 11:29:57 +08:00
huanghuoguoguo
9037d7f592
chore(agent-runner): stack on cleaned tool runtime fixes
2026-06-14 11:25:38 +08:00
huanghuoguoguo
1fbbf8d750
fix(tools): clear stale Python workspace env locks
2026-06-14 11:25:09 +08:00
huanghuoguoguo
5b9e541998
chore(agent-runner): stack on latest tool runtime fixes
2026-06-14 11:23:41 +08:00
huanghuoguoguo
4013f2ffd1
fix(tools): bootstrap Python workspaces with available interpreter
2026-06-14 11:23:09 +08:00
huanghuoguoguo
a26f3c2afd
chore(agent-runner): drop tool fix residuals from feature branch
2026-06-14 11:20:22 +08:00
huanghuoguoguo
2da174361f
chore(agent-runner): stack on tool runtime fixes
...
# Conflicts:
# src/langbot/pkg/provider/tools/loaders/mcp_stdio.py
# tests/unit_tests/provider/test_mcp_box_integration.py
2026-06-14 11:19:12 +08:00
huanghuoguoguo
cff9ac5683
chore(agent-runner): split litellm usage details
2026-06-14 11:16:17 +08:00
huanghuoguoguo
57c1a416e0
chore(agent-runner): stack on tool lookup split
...
# Conflicts:
# src/langbot/pkg/provider/tools/loader.py
# src/langbot/pkg/provider/tools/loaders/mcp.py
# src/langbot/pkg/provider/tools/loaders/native.py
# src/langbot/pkg/provider/tools/toolmgr.py
2026-06-14 11:16:11 +08:00
huanghuoguoguo
27be09ab15
fix(provider): preserve litellm usage details ( #2246 )
2026-06-14 11:12:29 +08:00
huanghuoguoguo
2f90e3c59b
fix(tools): harden agent runner tool runtimes
2026-06-14 11:07:46 +08:00
huanghuoguoguo
ee24398d80
feat(agent-runner): support host tool lookup
2026-06-14 11:04:52 +08:00
huanghuoguoguo
1ef4507d9a
[codex] Delegate web page bot stream helpers ( #2245 )
...
* fix(platform): delegate web page bot stream helpers
* style(platform): format web page bot adapter
2026-06-14 10:57:53 +08:00
huanghuoguoguo
34035545d8
chore(agent-runner): split web page bot adapter change
2026-06-14 10:51:12 +08:00
huanghuoguoguo
8d32310102
chore(agent-runner): remove comment-only churn
2026-06-14 10:45:30 +08:00
huanghuoguoguo
c2673c2535
docs(agent-runner): document usage accounting
2026-06-14 10:12:54 +08:00
huanghuoguoguo
09adf4c541
Propagate agent runner model usage context
2026-06-14 07:41:57 +08:00
RockChinQ
2e7978317c
chore(release): bump version to 4.10.2
v4.10.2
2026-06-13 11:21:44 -04:00
RockChinQ
b7d8332cb0
feat(telemetry): include instance_create_ts in heartbeat payload
...
Load the instance creation timestamp from data/labels/instance_id.json
(backfilling+persisting it for instances created before the field existed),
expose it as constants.instance_create_ts, and include it in the heartbeat
payload so Space can anchor Time-To-Value / onboarding analytics on real
install time rather than first-heartbeat.
Verified: py_compile, ruff, pytest tests/unit_tests/telemetry/ (37 passed).
2026-06-13 11:13:18 -04:00
huanghuoguoguo
7fe3eedeea
fix(provider): use LiteLLM input window for context length ( #2243 )
2026-06-13 21:27:47 +08:00
huanghuoguoguo
1153433693
fix(agent-runner): harden run lifecycle and protocol stores
2026-06-13 21:22:13 +08:00
RockChinQ
b6fde30aa7
style(plugins): ruff format logs route
2026-06-13 08:03:29 -04:00
RockChinQ
5bfa38cbf2
feat(plugins): show plugin logs on detail page via Docs/Logs tablist
...
Add a Logs tab beside Documentation on the plugin detail page, showing
the output a plugin prints through the standard Python logger (per the
wiki style guide). Logs are captured from the plugin's stderr by the
plugin runtime and fetched on demand.
- Bump langbot-plugin pin to 0.4.4 (adds GET_PLUGIN_LOGS action)
- plugin_connector/handler: get_plugin_logs RPC client
- HTTP route GET /api/v1/plugins/<author>/<name>/logs (limit + level)
- Frontend: wrap detail right panel in Docs/Logs Tabs; PluginLogs
component with level filter, manual + 3s auto refresh, bottom-follow
- i18n: 7 new keys across all 8 locales
2026-06-13 08:01:18 -04:00
huanghuoguoguo
735a0011b0
fix(agent-runner): reconcile master rebase
2026-06-13 17:52:25 +08:00
huanghuoguoguo
3683bfd793
docs(agent-runner): clarify control plane status
2026-06-13 17:48:26 +08:00
huanghuoguoguo
313798bf0a
fix(plugin): preserve marketplace package metadata
2026-06-13 17:48:26 +08:00
huanghuoguoguo
d0b0a682c7
feat(agent-runner): expose effective prompt pull api
2026-06-13 17:48:26 +08:00
huanghuoguoguo
3984e0fe40
fix(persistence): repair missing mcp readme column
2026-06-13 17:48:26 +08:00
huanghuoguoguo
c4fa39f684
refactor(agent-runner): migrate deerflow and weknora to plugins
2026-06-13 17:47:48 +08:00
huanghuoguoguo
b97b831717
fix: retain legacy provider runners for plugin migration
2026-06-13 17:47:48 +08:00
huanghuoguoguo
e7779bd16f
fix: harden agent runner runtime boundaries
2026-06-13 17:47:48 +08:00
huanghuoguoguo
2094993afb
Fix agent runner host migration and runtime guards
...
Migrates legacy runner blocks into plugin runner configs, preserves run-scoped history boundaries, enforces operation/file authorization, and sanitizes inline attachment persistence. Also fixes plugin runner form dirty handling and adds regression coverage.
2026-06-13 17:46:50 +08:00
huanghuoguoguo
c9ef788072
Fix agent runner steering and lifecycle hardening
2026-06-13 17:46:50 +08:00
huanghuoguoguo
ae98254e89
docs: document litellm agent platform runner path
2026-06-13 17:46:50 +08:00
huanghuoguoguo
9cf99815ba
feat(agent-runner): audit steering injection
2026-06-13 17:46:50 +08:00
huanghuoguoguo
682f776bf7
docs(agent-runner): define compaction checkpoint state
2026-06-13 17:46:50 +08:00
huanghuoguoguo
54a2f7060d
feat(agent-runner): support run steering
2026-06-13 17:46:50 +08:00
huanghuoguoguo
f92bd95cc8
docs(agent-runner): reconcile permissions status
2026-06-13 17:46:50 +08:00
huanghuoguoguo
c10ce6cc2e
chore: commit workspace changes
2026-06-13 17:46:50 +08:00
huanghuoguoguo
86ec12a391
feat(agent-runner): enforce typed host permissions
2026-06-13 17:46:50 +08:00
huanghuoguoguo
4e016ad23e
fix(agent-runner): harden state and event APIs
2026-06-13 17:46:31 +08:00