bfa3562335
refactor(exception): optimize exception report behavior
2026-04-19 00:47:31 +08:00
9b24b662da
chore: add slf4j log annotation on AgentModule implementations
2026-04-19 00:36:15 +08:00
41c611cb70
refactor(framework): support inject Standalone into Standalone modules
2026-04-19 00:34:45 +08:00
f510dc5a42
refactor(context): support wait a debounce delay before executing turn
2026-04-15 16:36:23 +08:00
d8ff0b5ea4
refactor(context): simplify constructor and inputs encoding of running flow context
2026-04-15 15:45:42 +08:00
dc147000ba
refactor(runtime): support collect context by source and interrupt same-source running flow by module order
2026-04-15 14:32:52 +08:00
28d0a43ef3
refactor(log): support advice invoke or invoke with no result via different methods to avoid unnecessary nullable check
2026-04-14 10:08:31 +08:00
737f9d122a
feat(trace): support trace input/output information on Running/Sub AgentModule
2026-04-13 22:27:11 +08:00
e65d3302c6
feat(trace): support create advice for method with no return value
2026-04-13 21:57:10 +08:00
fece67135f
feat(trace): support create loggable advice and implement common trace recorder
2026-04-13 21:39:42 +08:00
d30e58ff83
refactor(framework): centralize model exception reporting in ActivateModel and remove duplicated module-level handlers
2026-04-12 22:15:08 +08:00
e0f955694d
refactor(framework): wrap module execution in Result and report failures via exception handler
2026-04-12 17:33:11 +08:00
c14e6f84e7
refactor(action-core): migrate action modules to Result return flow and unify exception reporting
2026-04-12 17:29:10 +08:00
19f56d11f0
refactor(framework): add Result chain APIs and align runtime exception handling
2026-04-12 16:58:36 +08:00
94d91d9746
feat(agent): support add custom configurable object in Agent launch flow
2026-04-11 21:07:50 +08:00
1b48e955bd
refactor(core): migrate deprecated exceptions to new hierarchy and align tests
2026-04-11 16:10:34 +08:00
b8cb2afbcf
refactor(framework): unify model invocation result and exception handling
2026-04-11 14:50:12 +08:00
3732555f02
refactor(framework): migrate startup chain exceptions to AgentException hierarchy
2026-04-10 22:39:59 +08:00
ec52d64e73
refactor(exception): register exception reporters on Agent launcher
2026-04-10 19:04:11 +08:00
7b963df991
refactor(exception): establish new exception system, and move the legacy into deprecated package
2026-04-10 18:41:13 +08:00
4876d621b2
将 .java 重命名为 .kt
2026-04-10 18:37:49 +08:00
663d66fdea
chore: remove legacy exception handler and adjust runtime class location
2026-04-10 14:31:56 +08:00
d29dad4691
refactor(config): adjust declared config location
2026-04-09 17:28:23 +08:00
291371f8da
chore: adjust reflect related util's location
2026-04-09 16:58:24 +08:00
3e5d6ebeb4
feat(runtime): support mask assigned modules; and remove legacy module record in agent context
2026-04-09 16:13:04 +08:00
56daaf0b60
refactor(agent): normalize Agent launch flow
2026-04-09 12:26:52 +08:00
d6593c10f9
refactor(agent): support register registry shutdown hooks while agent launching
2026-04-09 12:19:20 +08:00
1e46149d0a
refactor(agent): remove legacy ConfigLoader and related factory; refactor agent launch flow
2026-04-09 10:35:13 +08:00
427d224f65
refactor(gateway): manage gateway implementions via related registry and interface
2026-04-08 22:24:07 +08:00
2458ea4849
refactor(memory): manage state serialization via StateCenter in MemoryUnit, and support optional loading on register in StateCenter
2026-04-07 12:27:36 +08:00
9aa793df8e
feat(state): add StateCenter and related interface
2026-04-06 22:16:50 +08:00
8c04566243
chore(framework): reorganize Partner-Framework
2026-04-06 20:16:51 +08:00
b1ba86be57
chore(build): adjust pom.xml in Partner-Framework and fix test errors
2026-04-06 16:12:13 +08:00
50db3fa7b2
refactor(config): adjust method init and onReload to support polymorphic config loading
2026-04-04 23:34:00 +08:00
9771aa1de5
refactor(model): manage model registry by ConfigCenter
2026-04-04 17:53:54 +08:00
188b5e8b53
refactor(config): support printing more information after init failed by ConfigDoc
2026-04-04 00:33:25 +08:00
ef9d177adc
fix(config): correct duplicate config checking
2026-04-03 15:35:27 +08:00
5a41e02602
fixup! refactor(config): rename watching method and remove useless covariant
2026-04-02 22:59:09 +08:00
f387c36b17
refactor(config): prevent registering Configurable after watching started
2026-04-02 22:55:53 +08:00
03532d3d97
refactor(config): run init after watching started
2026-04-02 22:19:37 +08:00
f37bef57ba
refactor(config): rename watching method and remove useless covariant
2026-04-02 22:12:08 +08:00
29d6546b07
feat(config): support ConfigCenter file watching and registered json reloads
2026-04-01 23:43:19 +08:00
4ae65b885e
refactor(watch): support configurable directory watch depth
2026-04-01 22:15:00 +08:00
632e47ec13
feat(config): add config center and runtime path resolution
2026-04-01 20:42:45 +08:00
4f200cadfc
refactor(model): move model APIs from chat to agent.model
2026-03-31 21:13:57 +08:00
e4df68ea5d
refactor(chat): extract model activation into provider registry
...
- move ActivateModel and StreamChatMessageConsumer into api.chat
- replace direct OpenAI runtime construction with ModelRuntimeRegistry
- add provider config, runtime override and OpenAI-compatible provider forking
- rename OpenAiChatRuntime to OpenAiCompatibleProvider and update imports
2026-03-31 18:37:41 +08:00
81aa4b7933
feat(chat): support streaming reply in agent turn
2026-03-31 14:44:58 +08:00
1301a0f8b1
refactor(event): enrich necessary attributes in InteractionEvent.Reply
2026-03-31 10:28:27 +08:00
d70054cd9b
refactor(interaction): decouple gateway IO from runtime response flow
...
- replace interaction adapter/input-output DTO flow with InputData and InteractionEvent
- introduce ResponseChannel and default LogChannel for runtime response dispatch
- let AgentGateway parse running context directly and submit turns asynchronously
- update WebSocketGateway to emit serialized interaction events
- simplify cognition turn initiation to fire-and-forget semantics
- streamline running flow context source construction and runtime module execution
2026-03-30 22:46:02 +08:00
6e37ed032b
refactor(context): support skip modules by adding specific moduleName into runningFlowContext
2026-03-29 22:26:10 +08:00