|
|
108cf9b071
|
refactor(runner): rename method buildFileExecutionCommands in CommandExecutionService
|
2026-03-16 16:52:04 +08:00 |
|
|
|
c4b8c2a858
|
refactor(runner): rename exec vararg parameter to commands for clarity
|
2026-03-15 22:41:46 +08:00 |
|
|
|
d55b849747
|
refactor(runner): apply execution policy wrapping before command execution in OriginExecutionService
|
2026-03-15 22:41:19 +08:00 |
|
|
|
a9993299a5
|
refactor(runner): add exec(List<String>) overload in CommandExecutionService
|
2026-03-15 22:41:11 +08:00 |
|
|
|
4c47cac3a5
|
fix(runner): repair MetaAction related logic in McpMetaRegistry and tests
|
2026-03-14 21:44:27 +08:00 |
|
|
|
cba9ff4f0b
|
refactor(action): pass launcher through meta action flow instead of inferring command by file extension
|
2026-03-14 21:27:38 +08:00 |
|
|
|
603b0835c5
|
将 .java 重命名为 .kt
|
2026-03-14 21:27:38 +08:00 |
|
|
|
fc0d4ef03b
|
refactor(runner): remove legacy abstract for command execution
|
2026-03-13 15:22:14 +08:00 |
|
|
|
97bb897407
|
feat(runner): add execution policy abstract for local running
|
2026-03-13 14:45:50 +08:00 |
|
|
|
8463eb9dae
|
refactor(runner): remove unused method listSystemDependencies
|
2026-03-12 16:07:06 +08:00 |
|
|
|
9794b39572
|
refactor(runner): adjust the directory organization of runner
|
2026-03-12 15:32:28 +08:00 |
|
|
|
0506149f5f
|
refactor(runner): separate logic of different domain in LocalRunnerClient into different class
|
2026-03-12 15:04:13 +08:00 |
|
|
|
9325b84d14
|
refactor(ActionExecutor): remove unused ActionScheduler in executor
|
2026-03-12 11:59:26 +08:00 |
|
|
|
6c8a1b2636
|
refactor(action): support built-in actions
|
2026-03-12 10:41:17 +08:00 |
|
|
|
3c550af33d
|
refactor(perceive): omit user lookup when building evaluator input
|
2026-03-11 14:41:43 +08:00 |
|
|
|
229c7a0edb
|
refactor(memory): remove redundant activated slice helpers
|
2026-03-11 13:37:18 +08:00 |
|
|
|
a067e058fb
|
refactor(memory): remove module context and recall tracking
|
2026-03-10 23:09:32 +08:00 |
|
|
|
cdfae8ab1a
|
refactor(memory): remove postprocess executor and simplify memory updater trigger
|
2026-03-10 23:07:58 +08:00 |
|
|
|
c1998f61b6
|
refactor(perceive): drop legacy perceive updater modules and remove PreProcessExecutor
|
2026-03-10 22:59:29 +08:00 |
|
|
|
3f6283d12a
|
refactor(perceive): expose last interaction tracking and refresh memory sessions
|
2026-03-10 22:57:59 +08:00 |
|
|
|
3d1c258944
|
refactor(memory): drop message cleanup before summarizing
|
2026-03-10 21:15:35 +08:00 |
|
|
|
36dfd65046
|
refactor(CommunicationProducer): drop timestamp from user message
|
2026-03-10 21:13:12 +08:00 |
|
|
|
ee1a033c1b
|
refactor(memory): centralize memory recording and retrieval logic
|
2026-03-10 20:42:46 +08:00 |
|
|
|
027e8bddc0
|
refactor(memory): move memory id refresh into runtime init
|
2026-03-10 20:17:34 +08:00 |
|
|
|
0903b8482b
|
test(CommunicationProducer): remove CommunicationProducerTest
|
2026-03-10 19:54:37 +08:00 |
|
|
|
f51401e2f2
|
refactor(CommunicationProducer): snapshot chat history when assembling conversation
|
2026-03-10 19:53:20 +08:00 |
|
|
|
5ad80d8b86
|
refactor(memory): decouple memory storage and runtime structures
|
2026-03-10 19:41:05 +08:00 |
|
|
|
760ba8300b
|
refactor(module): remove legacy prompt scaffolding
|
2026-03-10 17:15:50 +08:00 |
|
|
|
0f3d4659ae
|
chore(project): remove legacy module Partner-Test-Demo
|
2026-03-10 15:04:16 +08:00 |
|
|
|
331d415925
|
refactor(CommunicationProducer): update datetime pattern and source in communicating
|
2026-03-10 15:01:07 +08:00 |
|
|
|
f5f64971f3
|
refactor(ContextBlock): return dom nodes directly
|
2026-03-10 14:48:14 +08:00 |
|
|
|
1cd6ba11bb
|
refactor(CommunicationProducer): split context and supply message assembly
|
2026-03-10 14:31:13 +08:00 |
|
|
|
5db533f823
|
refactor(chat): use Message.Character enum for roles and remove unused prompt helpers
|
2026-03-09 22:12:35 +08:00 |
|
|
|
1b2ccaee9c
|
refactor(chat): replace custom client with OpenAI runtime and remove file-based module prompt loading logic, prompt will be provided by each module
|
2026-03-09 21:51:07 +08:00 |
|
|
|
8dc7ed080b
|
chore(build): import OpenAI dependency
|
2026-03-09 16:20:10 +08:00 |
|
|
|
3348557352
|
refactor(Action): backfill ExecutableAction result on success/failure and add immediate-action completion watcher self-talk
|
2026-03-08 15:42:25 +08:00 |
|
|
|
4bb83f86a8
|
refactor(ActionPlanner): switch pending confirmation flow to PendingActionRecord with decision parsing and reminder/expire lifecycle scheduling
|
2026-03-08 14:40:53 +08:00 |
|
|
|
b256af0f58
|
refactor(Action): remove @JvmOverloads from SchedulableExecutableAction constructor
|
2026-03-08 13:32:08 +08:00 |
|
|
|
ec429db4da
|
refactor(Core): normalize preprocess user resolution from source/additional info, add Kotlin-safe AgentConfigLoader getters, and update async summary writes by index
|
2026-03-08 13:31:53 +08:00 |
|
|
|
145aeed600
|
refactor(Module): remove unused meta component POJOs from agent factory
|
2026-03-08 13:31:02 +08:00 |
|
|
|
5e8ef6d66f
|
refactor(build): add kotlin-maven-plugin setup to Partner-Core and Partner-Framework poms
|
2026-03-08 13:30:39 +08:00 |
|
|
|
65690c65f8
|
refactor(MemoryUpdater): move auto-update to ActionScheduler cron and use Cognation snapshot/drain APIs for thread-safe memory refresh
|
2026-03-08 13:11:20 +08:00 |
|
|
|
7df0f208b5
|
refactor(Module): rename PostRunningAbstractAgentModuleAbstract to PostRunningAgentModule and update updater inheritance
|
2026-03-08 12:04:29 +08:00 |
|
|
|
4484d4a06b
|
refactor(Context): remove finished state from flow/module context and drop MemoryUpdater finish guard
|
2026-03-08 11:47:44 +08:00 |
|
|
|
25ddc6f181
|
refactor(ActionExecutor): enforce action timeout with cancellation and move timeout defaults into Action base model
|
2026-03-07 20:15:41 +08:00 |
|
|
|
d905c4ace1
|
refactor(Action): add @JvmOverloads constructors to SchedulableExecutableAction and StateAction
|
2026-03-07 18:52:36 +08:00 |
|
|
|
c3c4c88c9a
|
refactor(ActionScheduler): add timeout attribute to Schedulable, and support reschedule Schedulable content when it's fished in ActionScheduler
|
2026-03-07 17:05:07 +08:00 |
|
|
|
ae1b7fc033
|
refactor(ActionScheduler): support receiving single data that implements Schedulable and Action in ActionScheduler
|
2026-03-07 15:30:25 +08:00 |
|
|
|
d9e384960f
|
refactor(action): remove ActionExecutorInput
|
2026-03-07 15:15:08 +08:00 |
|
|
|
2baa3971a8
|
refactor(action): support executing any type of Actions with virtual thread in ActionExecutor, ActionScheduler will send actionData to executor directly
|
2026-03-07 15:05:51 +08:00 |
|