mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-08-05 02:45:28 +00:00
fix(agent): import Any in agent_loop to fix NameError
This commit is contained in:
parent
594af113b3
commit
462fa54389
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ import json
|
||||||
import re
|
import re
|
||||||
import time
|
import time
|
||||||
import logging
|
import logging
|
||||||
from typing import AsyncGenerator, List, Dict, Optional, Set
|
from typing import Any, AsyncGenerator, List, Dict, Optional, Set
|
||||||
from urllib.parse import urlparse
|
from urllib.parse import urlparse
|
||||||
|
|
||||||
from src.llm_core import (
|
from src.llm_core import (
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue