Skip to content

feature:long-task and mission handling, bug:fix minor ui bug, enable …#164

Merged
zfoong merged 1 commit intoV1.2.2from
feature/long-task-handling
Apr 2, 2026
Merged

feature:long-task and mission handling, bug:fix minor ui bug, enable …#164
zfoong merged 1 commit intoV1.2.2from
feature/long-task-handling

Conversation

@zfoong
Copy link
Copy Markdown
Collaborator

@zfoong zfoong commented Apr 2, 2026

What and why:
Currently,
The event stream summarization might destroy context, making the research cut off. Therefore, the agent should "cache" its own research for a long task/research sequence. Agents learn to alternate between performing long research and record the findings now to avoid being cut off. This is good for long tasks. Solve issue #149.

The agent creates a dedicated workspace/artifact, called Mission, for long-term tasks.
Because a long mission might require multiple tasks and may run indefinitely, the agent should store related output/work in the dedicated workspace for the mission. They also have an index file/MD file that stores details about the mission when possible, so
subsequent tasks can get the context of the mission easily. Improve issue #148.

Updates are made in prompt/instruction only

Items/feature added

  • Long task handling prompt update (write note to record research)
  • Mission handling (artifact creation and INDEX.md creation for mission tracking)
  • Enable policy prompt
  • Fix 'code' UI issue in chat bubble

@zfoong zfoong requested a review from korivi-CraftOS April 2, 2026 04:15
@zfoong zfoong merged commit 421d889 into V1.2.2 Apr 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant