Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
guppi
main
Guppi
Action
Agent
OpenAIClient
App
CLI
CommandRunner
FileChanges
FileCreatorAgent
FileModifierAgent
FileReaderAgent
Files
FileTree
PlanningAgent
Step
Steps
Built with Crystal 1.9.2
2023-10-07 17:32:40 UTC
enum
Guppi::Action
Defined in:
planning_agent.cr
Enum Members
CREATE_FILE
=
0
MODIFY_FILE
=
1
DELETE_FILE
=
2
RUN_COMMAND
=
3
Instance Method Summary
#create_file?
#delete_file?
#modify_file?
#run_command?
Instance Method Detail
def
create_file?
#
[
View source
]
def
delete_file?
#
[
View source
]
def
modify_file?
#
[
View source
]
def
run_command?
#
[
View source
]