Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -424,4 +424,4 @@ elif app_mode == "Workspace Chat App":
|
|
424 |
st.subheader("Automate Build Process")
|
425 |
if st.button("Automate"):
|
426 |
agent = AIAgent(selected_agent, "", []) # Load the agent without skills for now
|
427 |
-
summary, next_step = agent.autonomous_build(st.session_state.chat_history
|
|
|
424 |
st.subheader("Automate Build Process")
|
425 |
if st.button("Automate"):
|
426 |
agent = AIAgent(selected_agent, "", []) # Load the agent without skills for now
|
427 |
+
summary, next_step = agent.autonomous_build(st.session_state.chat_history)
|