First, in an administrator command prompt, enable unrestricted Powershell script execution (see About Execution Policies):
set-executionpolicy unrestrictedThen makes sure that the conda Script directory in is your Path.
| from typing import List, Dict, Any | |
| import json | |
| from agno.agent import Agent | |
| from agno.tools.duckduckgo import DuckDuckGoTools | |
| from agno.workflow.v2.step import Step | |
| from agno.workflow.v2.parallel import Parallel | |
| from agno.workflow.v2.workflow import Workflow | |
| from agno.workflow.v2.types import StepInput, StepOutput |
First, in an administrator command prompt, enable unrestricted Powershell script execution (see About Execution Policies):
set-executionpolicy unrestrictedThen makes sure that the conda Script directory in is your Path.