[WIP] Add timed option for Agent tasks to trigger every intervals#499
Draft
Copilot wants to merge 8 commits intoDeveloper-3DAgentsfrom
Draft
[WIP] Add timed option for Agent tasks to trigger every intervals#499Copilot wants to merge 8 commits intoDeveloper-3DAgentsfrom
Copilot wants to merge 8 commits intoDeveloper-3DAgentsfrom
Conversation
…th scheduled task support - Add IsScheduled, ScheduleIntervalMinutes, ScheduleType fields to ChatTask entity - Update ChatTaskDto with new schedule fields - Add migrations for all 6 database types (SQLite, SqlServer, MySql, PostgreSQL, Oracle, Dm) - Update all model snapshots with new fields - Update GetList API to support statusFilter and isScheduled filter parameters - Fix frontend filter criteria to match actual ChatTask_Status enum values (0-4) - Add characteristic filter (All/Scheduled/One-time) to filter popover - Fix handleFilterCriteria to actually call API after filter changes - Add active filter tags row showing active filters - Add visual status icons and scheduled badge in sidebar task list - Add Status and Type columns in task table with colored tags - Add scheduled task indicator (clock icon) in task detail view - Update getInterfaceQueryStr to support boolean values in query strings Agent-Logs-Url: https://github.com/NeuCharFramework/NcfPackageSources/sessions/2a87521f-02ff-47a8-a19b-400eb9c4b8e0 Co-authored-by: JeffreySu <2281927+JeffreySu@users.noreply.github.com>
… doc improvements - Fix SQLite model snapshot: ScheduleIntervalMinutes int -> int? - Simplify AppService: remove redundant scheduledValue var, use isScheduled!.Value directly - Fix JS label: 'All' -> 'All Statuses' for status filter criteria - Improve ChatTask.ScheduleIntervalMinutes XML docs with clear per-ScheduleType semantics - Improve ChatTask.ScheduleType summary comment Agent-Logs-Url: https://github.com/NeuCharFramework/NcfPackageSources/sessions/f82c6525-dfcd-404d-8bef-de2539238c78 Co-authored-by: JeffreySu <2281927+JeffreySu@users.noreply.github.com>
…F project discovery Agent-Logs-Url: https://github.com/NeuCharFramework/NcfPackageSources/sessions/2939eb0b-e899-4ae8-8310-2ef9b7a6190c Co-authored-by: JeffreySu <2281927+JeffreySu@users.noreply.github.com>
Agent-Logs-Url: https://github.com/NeuCharFramework/NcfPackageSources/sessions/2939eb0b-e899-4ae8-8310-2ef9b7a6190c Co-authored-by: JeffreySu <2281927+JeffreySu@users.noreply.github.com>
…on-path-issue Fix Add-Migration command failing on Linux in XncfBuilder
… dispatcher Agent-Logs-Url: https://github.com/NeuCharFramework/NcfPackageSources/sessions/e8ded3e2-0838-4688-a8e7-edba5975740b Co-authored-by: JeffreySu <2281927+JeffreySu@users.noreply.github.com>
Copilot stopped work on behalf of
JeffreySu due to an error
April 8, 2026 16:18
… CreateGroupWithAgents Agent-Logs-Url: https://github.com/NeuCharFramework/NcfPackageSources/sessions/5c16a411-b8ba-47a8-aed5-10c05f996d64 Co-authored-by: JeffreySu <2281927+JeffreySu@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
AgentTaskPluginwithListAvailableGroups,CreateAndRunAgentTask,CreateGroupWithAgentskernel functions[FunctionRender]attributes toAgentTaskPluginmethods soAdminChatAiServicecan discover them fromFunctionRenderCollectionCreateGroupWithAgents: auto-creates Agent, ChatGroup, ChatGroupMember and starts first task - following the same pattern asPromptOptimizationService.EnsureInitializedAsyncAdminChatAiService.BuildSystemMessageto inject Agents Task workflow guidance when AgentsManager module UID is in sessionChat.cshtml)Chat.cshtml)ChatLauncherMixin.js: addisAgentsTaskMode/AGENTS_MANAGER_UIDdata,toggleAgentsTaskModemethod (auto-adds AgentsManager module), Agents Task prefix instartChatSessionChat.js: addisAgentsTaskModedata,toggleAgentsTaskModemethod, prefix message insendMessage