- Refactor struttura progetto: divisione tra agent e toolkit

This commit is contained in:
trojanhorse47
2025-09-30 12:28:44 +02:00
parent c82f10b32c
commit fcbb312d08
15 changed files with 266 additions and 114 deletions

View File

@@ -1,13 +1,14 @@
import os
import requests
from enum import Enum
from pydantic import BaseModel
import requests
from agno.agent import Agent
from agno.models.base import Model
from agno.models.google import Gemini
from agno.models.ollama import Ollama
from agno.utils.log import log_warning
from pydantic import BaseModel
class AppModels(Enum):
"""