Skip to content

Instantly share code, notes, and snippets.

View dsaad68's full-sized avatar
💭
I play with 🦙

Daniel Saad dsaad68

💭
I play with 🦙
View GitHub Profile
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
@martinsotir
martinsotir / conda_4.6_powershell.md
Last active June 29, 2025 12:36
Enable conda in powershell

Enabling conda in Windows Powershell

First, in an administrator command prompt, enable unrestricted Powershell script execution (see About Execution Policies):

set-executionpolicy unrestricted

Then makes sure that the conda Script directory in is your Path.