jamesbright commited on
Commit
cad5f45
·
verified ·
1 Parent(s): 8135ce6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -6
app.py CHANGED
@@ -21,7 +21,8 @@ class ProjectScopingTool(Tool):
21
  "domain": None,
22
  "technical_requirements": {},
23
  "budget_range": {},
24
- "timeline": {}
 
25
  }
26
 
27
  def collect_project_details(self, project_type, domain, budget_min, budget_max, timeline_months):
@@ -130,11 +131,8 @@ agent = CodeAgent(
130
  tools=[final_answer, tools], # add your tools here (don't remove final_answer)
131
  max_steps=6,
132
  verbosity_level=1,
133
- grammar=None,
134
- planning_interval=None,
135
- name=None,
136
- description=None,
137
- prompt_templates=prompt_templates
138
  )
139
 
140
  # Define Gradio Interface
 
21
  "domain": None,
22
  "technical_requirements": {},
23
  "budget_range": {},
24
+ "timeline"
25
+ : {}
26
  }
27
 
28
  def collect_project_details(self, project_type, domain, budget_min, budget_max, timeline_months):
 
131
  tools=[final_answer, tools], # add your tools here (don't remove final_answer)
132
  max_steps=6,
133
  verbosity_level=1,
134
+ name="webchainai",
135
+ description="Sets up first project mockups"
 
 
 
136
  )
137
 
138
  # Define Gradio Interface