Merged
Conversation
Change-Id: I45ce4ec2364717efc089ab4f03391c1d84fc6161
Change-Id: I376b5305ee75a1871b294c7df743e1b12d0c2274
Change-Id: If60696d4b2c73470f9bb6cddb6445d801fba2a75
Change-Id: I54842377afaf399a9e81e8f9af81c8f28afb29b6
|
|
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
Change-Id: I3fac12b0fb9472bac97772ae1e2b5f166998556c
Change-Id: I1ba451c4f7d5ec3c30497f69f4ea96455b963c97
Change-Id: Iae9c595bb09175f479bea02ce6ab9204c28cb3b5
Change-Id: I5d4488c483164728a9f979264133f2a7878beed8
Change-Id: I04337a5644c5bf92fb352ad7694a7e5d74fcb873
Change-Id: Ie70638e3f74de81f34a60b1049f160ddb275239f
Change-Id: Iaa33bc4cfab0ef61b18220f91d4a50bbd9e4668b
Change-Id: I5785fe2c21676b08ed6a3e45ae0f988e4f8aee05
Change-Id: I5d03ba670bbfd575affdbdde219d44790bc36fbd
Updated README to reflect incubation status and removed general requirements and license section.
Removed general requirements and license sections from the README.
AlbumenJ
approved these changes
Dec 9, 2025
qingTang0305
pushed a commit
to qingTang0305/agentscope-java
that referenced
this pull request
Dec 10, 2025
JGoP-L
pushed a commit
to JGoP-L/agentscope-java
that referenced
this pull request
Dec 29, 2025
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.
AgentScope-Java Version
1.0.1-SNAPSHOT
Description
Background
AgentScope-Java lacks built-in scheduling capabilities for agents to run at specified times or intervals. This limits automation and periodic task execution scenarios.
Purpose
Add a new
agentscope-extensions-schedulermodule that provides flexible scheduling capabilities for agents with distributed execution support.Changes Made
Core Components:
AgentConfig: Configuration class with factory-based agent creation for state isolationScheduleConfig: Flexible scheduling configuration (Cron, fixed-rate, fixed-delay)AgentScheduler: Interface for managing scheduled agentsScheduleAgentTask: Interface for scheduled task lifecycle managementXxlJobAgentScheduler: Implementation using XXL-Job distributed schedulerKey Features:
Testing:
How to Test
mvn clean install
cd agentscope-extensions/agentscope-extensions-scheduler
mvn test
Checklist
Please check the following items before code is ready to be reviewed.
mvn spotless:applymvn test)