agents repl (and TUI) should include easy editing of files without leaving the program. #10850

Open
opened 2026-04-23 23:25:45 +00:00 by brent.edwards · 1 comment
Member

Summary

The actor commands, like agents actor add, require .yaml files. However, agents repl does not have any commands to create, read, update/edit, or delete files (much less .yaml files)

Metadata

Commit message: feat(tui) Adding CRUD for files to agents repl
Branch: feat/repl-add-crud-for-files

Details

This epic will require at least the following steps:

  • Choose and design the commands to add. These commands should include ability to create, read, update, and delete files and the ability to validate that a file is a properly-formatted .yaml file. (Checking against schemas is also a good idea.)
  • Writing each of the commands.
  • Testing each of the commands.
# Summary The actor commands, like `agents actor add`, require .yaml files. However, `agents repl` does not have any commands to create, read, update/edit, or delete files (much less .yaml files) # Metadata Commit message: feat(tui) Adding CRUD for files to agents repl Branch: feat/repl-add-crud-for-files # Details This epic will require at least the following steps: - Choose and design the commands to add. These commands should include ability to create, read, update, and delete files and the ability to validate that a file is a properly-formatted .yaml file. (Checking against schemas is also a good idea.) - Writing each of the commands. - Testing each of the commands.
brent.edwards added this to the v3.8.0 milestone 2026-04-23 23:25:45 +00:00
Author
Member

This is only if !vim _filename_ would be more of a problem than typing something like edit _filename_, or if we want to get rid of the ! command.

This is only if `!vim _filename_` would be more of a problem than typing something like `edit _filename_`, or if we want to get rid of the `!` command.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cleveragents/cleveragents-core#10850
No description provided.