fabricatio_agent.actions.code
Built-in actions.
Classes
Write code. output the code as a string. |
|
Clean up the workspace. |
|
Make a specification for a task. |
|
Architectural design and planning action. |
|
Review code and suggest improvements. |
Module Contents
- class fabricatio_agent.actions.code.WriteCode(/, **data: Any)
Bases:
fabricatio_core.Action,fabricatio_agent.capabilities.agent.AgentWrite code. output the code as a string.
- toolboxes: Set[fabricatio_tool.models.tool.ToolBox] = None
- class fabricatio_agent.actions.code.CleanUp(/, **data: Any)
Bases:
fabricatio_core.Action,fabricatio_agent.capabilities.agent.Agent,fabricatio_tool.capabilities.handle_task.HandleTaskClean up the workspace.
- toolboxes: Set[fabricatio_tool.models.tool.ToolBox] = None
- class fabricatio_agent.actions.code.MakeSpecification(/, **data: Any)
Bases:
fabricatio_core.Action,fabricatio_agent.capabilities.agent.AgentMake a specification for a task.
- class fabricatio_agent.actions.code.Planning(/, **data: Any)
Bases:
fabricatio_core.Action,fabricatio_agent.capabilities.agent.AgentArchitectural design and planning action.
- class fabricatio_agent.actions.code.ReviewCode(/, **data: Any)
Bases:
fabricatio_core.Action,fabricatio_agent.capabilities.agent.AgentReview code and suggest improvements.