YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/model-cards#model-card-metadata)
Structure of InteractivePlanGenFlow
goal
|
|
|
v
+------------------+
| PlanGenerator | Generates plan given goal. (https://huggingface.co/Tachi67/PlanGeneratorFlowModule)
+------------------+
|
| (plan)
|
v
+-------------------+
| PlanFileEdit | Edit a temp file with the plan generated. (https://huggingface.co/Tachi67/PlanFileEditFlowModule)
+-------------------+
|
| (temp_plan_file_location)
|
v
+------------------+
| ParseFeedback | Opens up the temp file until user closes the file, parse for user feedback. (https://huggingface.co/Tachi67/ParseFeedbackFlowModule)
+------------------+
|
| (plan, feedback)
|
v
plan, feedback
Table of Contents
InteractivePlanGenFlow
InteractivePlanGenFlow Objects
class InteractivePlanGenFlow(SequentialFlow)
This flow writes code in an interactive manner. It is a sequential flow composed of:
- PlanGenerator: generates plan based on the goal.
- PlanFileEditor: writes the generated plan to a temp file for the user to see, edit and provide feedback.
- ParseFeedback: opens up the temp file with vscode and parses the feedback from the user.
Input Interface:
goal
plan_file_location
Output Interface:
plan
feedback
temp_plan_file_location
__init__
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support
HF Inference deployability: The model has no library tag.