Transient controllable contexts #10
Labels
No labels
bug
commercial
documentation
duplicate
enhancement
feature
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jasoncouture/llama-shears#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Agent can carve scratch contexts to hold a task's working state without bloating its main context window or forcing compaction.
Gives an agent a way to maintain multiple concurrent task workspaces — each with its own prompt history — without the main loop having to swallow the whole working set.
Tracked in TASKS.md.
This is partially implemented, see TransientAgent
But the way it was written here will not be done. The main agent will have a single context. It will be able to launch sub agents, and can use files as notes, should the need arise.
it's better to focus on improving the system prompts (actual and ephemeral), rather than trying to let the agent juggle context windows.