0c2843a889
chore(gitignore): update gitignore
2026-04-30 22:50:43 +08:00
572bedcd18
refactor(pom): align Maven coordinates to work.slhaf.partner and lowercase artifactIds
2026-04-30 22:45:08 +08:00
32ee6b5ed6
docs(architecture): update startup/register-chain flow for AgentBootstrap and registerContext
2026-04-30 22:24:19 +08:00
428f133ac3
refactor(agent): introduce AgentBootstrap for startup wiring and simplify app launch
2026-04-30 22:12:04 +08:00
7aab236221
docs(readme): update readme
2026-04-30 16:15:55 +08:00
0d456596a8
docs(readme): update readme
2026-04-30 16:12:10 +08:00
cbd926bd41
docs(memory): add document for memory
2026-04-30 16:08:18 +08:00
4a00e5f320
docs(action): add document for action
2026-04-29 22:27:27 +08:00
690f258dc9
docs(context): add document for context workspace
2026-04-29 11:03:03 +08:00
d7b271bf71
docs(model): add model provider runtime/config docs and link from README
2026-04-28 23:00:23 +08:00
ff80d6bbc4
docs(config): add config center lifecycle docs and split config reference into dedicated doc
2026-04-28 22:13:12 +08:00
3e73d574df
docs(readme): update readme
2026-04-28 21:12:08 +08:00
9ea475432f
docs(architecture): add startup/register/runtime/shutdown flow docs and architecture overview
2026-04-28 21:09:33 +08:00
e66ed9e9c0
refactor(trace): move sink registration to TraceSink default methods and restrict registry APIs
2026-04-28 14:58:09 +08:00
73f6ff2745
refactor(trace): decouple recorder from file persistence
...
Turn TraceRecorder into a lightweight trace event entry point and move
file persistence responsibilities into the default FileTraceSink. Trace
events are now published through TraceSinkRegistry, allowing additional
runtime observers to subscribe without parsing trace files.
Add TraceSink and TraceSinkRegistry, keep FileTraceSink registered as the
default sink, and preserve the existing active/historical/archived trace
file rotation behavior inside the file sink.
Also change TraceEvent to carry a logical key instead of a caller-provided
path, so trace storage locations are resolved internally under the traceroot. Update existing trace producers to emit logical keys such ascontext-workspace, exception, and advice targets.
2026-04-27 23:53:20 +08:00
3eac52f4e2
refactor(action): switch builtin actions to provider-driven self-registration
2026-04-27 20:53:45 +08:00
cf61c171a5
fix(action): stabilize staged action execution metadata
...
Use a stage-local Phaser in ActionExecutor so each action-chain stage
waits on its own execution phase. This avoids reusing a terminated
Phaser after the first stage completes, which could cause later stages
to advance without actually waiting for their MetaActions and trigger
FINAL_CHECK prematurely.
Add stage-level descriptions to evaluated action chains and pass them
through execution/correction contexts. Stage descriptions are now aligned
with normalized action-chain order, exposed to ParamsExtractor, persisted
in action state, and included in CorrectorInput so repeated MetaActions
can be parameterized and corrected according to their concrete stage
objective.
Also fix APPEND intervention semantics to append after the requested
stage instead of overwriting or dropping stages, and include stage
descriptions in correction prompts to distinguish stage intent from
generic MetaAction capability descriptions.
2026-04-27 18:41:32 +08:00
822ea82593
feat(action): add stage descriptions to action chains
2026-04-27 17:54:38 +08:00
f957d7caa4
fix(action): continue execution after final correction
2026-04-27 17:01:50 +08:00
9be499eb64
refactor(action): optimize prompt of ActionExtractor
2026-04-27 17:01:38 +08:00
184c396752
fix(action): stabilize scheduler wheel lifecycle
2026-04-27 16:25:42 +08:00
04ceccc46f
fix(action): clarify pending action intention context
2026-04-27 15:51:42 +08:00
b0185c65c8
chore(action): remove unused variable
2026-04-27 15:34:48 +08:00
d43476864c
docs: update README
2026-04-27 15:07:55 +08:00
e022f134ac
docs: update README and add documentation skeleton
2026-04-27 15:03:03 +08:00
9144cd90ce
refactor(project): remove Partner-Common module and move InProcessMcpTransport into Partner-Core
2026-04-26 19:45:38 +08:00
c23bda430f
refactor(project): remove Partner-SandboxRunner module and clean related files
2026-04-26 18:20:07 +08:00
aa98c29744
refactor(communication): optimize prompt to avoid unexpected output in communication producer
2026-04-26 16:38:13 +08:00
eade39328a
refactor(memory-selector): refactor memory recalling into async worker
2026-04-25 23:22:43 +08:00
94adf9a368
fix(openai-provider): add cached structured-output downgrade to prompt-only JSON fallback
2026-04-25 22:12:07 +08:00
dd5ab3aaf3
fix(openai-provider): generate and inject response-type JSON shape instruction for structured chat
2026-04-25 20:23:28 +08:00
075a8ece3e
refactor(action-planner): optimize prompts and initiate-turn input
2026-04-25 19:31:51 +08:00
4bc2e4adbf
refactor(action-executor): add FINAL_CHECK fallback correction at chain end and pass check mode/result in corrector input
2026-04-25 16:56:47 +08:00
9240ed44c4
refactor(action-evaluator): optimize prompt
2026-04-25 14:41:56 +08:00
878fe4dc10
refactor(action-planner): simplify tendencies state hint naming and always follow up on refused candidates
2026-04-25 13:17:23 +08:00
03bae6424e
fix(openai-provider): ensure structured chat adds JSON instruction when missing
2026-04-25 00:11:57 +08:00
a14e123ff6
fix(communication): rolling out all chat messages on auto triggered and raise dialog rolling trigger length limit
2026-04-24 23:20:56 +08:00
d4277aed33
chore(config-center): downgrade skipped reload deletion log from info to
...
debug
2026-04-24 23:08:58 +08:00
e37dc7bc9b
refactor(action-executor): emit action-finished state hint and trigger cognition turn on executable completion
2026-04-24 22:28:25 +08:00
51706eb55e
refactor(action-planner): replace pending confirm blocks with StateHintContent and streamline tendency turns
2026-04-24 22:04:02 +08:00
eb3e5f3f34
refactor(context): add StateHintContent to fit information exchange between different modules with communication producer
2026-04-23 22:01:10 +08:00
164078bf42
refactor(action-evaluator): optimize prompt
2026-04-22 15:41:53 +08:00
13d04f85e2
fix(action): correct behavior of resume intervention
2026-04-21 21:38:04 +08:00
3a5d0f1cb4
refactor(action): optimize builtin actions descriptions and param explanations
2026-04-21 21:31:23 +08:00
aa05d3817b
fix(action-evaluator): fix content of available-meta-actions block
2026-04-21 17:23:08 +08:00
45f7d1c51e
refactor(action): optimize resolved context domains
2026-04-21 17:21:59 +08:00
3d56966381
fix(action): fix unexpected scheduled action losing
2026-04-21 17:12:44 +08:00
de340029c6
refactor(action): optimize prompts
2026-04-21 16:56:24 +08:00
96101de227
refactor(trace): trace full snapshot of context workspace on changes
2026-04-21 16:48:21 +08:00
2927cb2b6f
fix(config): fix config reloading errors that caused by using wrong relative paths to load config file
2026-04-21 15:07:35 +08:00