Skip to content

Commit 201b7d9

Browse files
committed
chore: more config restructure
1 parent 9383b6a commit 201b7d9

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/agentpool/models/manifest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
from pydantic import ConfigDict, Field, model_validator
99
from schemez import Schema
10-
from upathtools.configs import FilesystemConfigType
11-
from upathtools.configs.base import URIFileSystemConfig
10+
from upathtools_config import FilesystemConfigType
11+
from upathtools_config.base import URIFileSystemConfig
1212

1313
from agentpool import log
1414
from agentpool.models.acp_agents import ACPAgentConfigTypes

src/agentpool/vfs_registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def register_from_config(self, name: str, config: ResourceConfig) -> AbstractFil
8787
Returns:
8888
The registered filesystem instance
8989
"""
90-
from upathtools.configs.base import FileSystemConfig, URIFileSystemConfig
90+
from upathtools_config.base import FileSystemConfig, URIFileSystemConfig
9191

9292
match config:
9393
case str() as uri:

src/agentpool_config/toolsets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
)
1919
from tokonomics.model_names import ModelId
2020
from upathtools import UPath
21-
from upathtools.configs import FilesystemConfigType
22-
from upathtools.configs.base import FileSystemConfig
21+
from upathtools_config import FilesystemConfigType
22+
from upathtools_config.base import FileSystemConfig
2323

2424
from agentpool_config.converters import ConversionConfig
2525
from agentpool_config.tools import ImportToolConfig

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)