werewolf-agent-build-sdk 0.0.1__py3-none-any.whl → 0.0.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- agent_build_sdk/server/server.py +1 -1
- {werewolf_agent_build_sdk-0.0.1.dist-info → werewolf_agent_build_sdk-0.0.2.dist-info}/METADATA +1 -1
- {werewolf_agent_build_sdk-0.0.1.dist-info → werewolf_agent_build_sdk-0.0.2.dist-info}/RECORD +5 -5
- {werewolf_agent_build_sdk-0.0.1.dist-info → werewolf_agent_build_sdk-0.0.2.dist-info}/WHEEL +0 -0
- {werewolf_agent_build_sdk-0.0.1.dist-info → werewolf_agent_build_sdk-0.0.2.dist-info}/top_level.txt +0 -0
agent_build_sdk/server/server.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
import uvicorn
|
2
2
|
from fastapi import FastAPI
|
3
3
|
|
4
|
-
from agent_build_sdk.model.
|
4
|
+
from agent_build_sdk.model.werewolf_model import AgentReq, AgentResp
|
5
5
|
|
6
6
|
from agent_build_sdk.sdk.agent import BasicAgent
|
7
7
|
from agent_build_sdk.utils.logger import logger
|
{werewolf_agent_build_sdk-0.0.1.dist-info → werewolf_agent_build_sdk-0.0.2.dist-info}/RECORD
RENAMED
@@ -16,12 +16,12 @@ agent_build_sdk/sdk/agent.py,sha256=ioLPpk-RK26MsMucU0aC0wNgfs8_cgZIO_kX6ms7gEw,
|
|
16
16
|
agent_build_sdk/sdk/role_agent.py,sha256=glmnqFYJF4ZtrSxJFZLcXoOZfzBa9p2I4Op1Y0MxQN4,1336
|
17
17
|
agent_build_sdk/sdk/werewolf_agent.py,sha256=j3I58nTrdhtIFB-5HQDCO-EZi5mudgVkse95EpbMmr4,1583
|
18
18
|
agent_build_sdk/server/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
19
|
-
agent_build_sdk/server/server.py,sha256=
|
19
|
+
agent_build_sdk/server/server.py,sha256=OJayYkMt8tTeiaU6dKom_TsoVM7t8WC2QKk6M9sfyLw,3194
|
20
20
|
agent_build_sdk/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
21
21
|
agent_build_sdk/utils/config.py,sha256=hO6SwuqUhDaQOPkD4Q5NnuxgOwwGevtR4dC_8WscR2M,474
|
22
22
|
agent_build_sdk/utils/logger.py,sha256=DbkdBNjNmPlFHlR8dzB-camvPUGOU7fSOOVno0HuXOI,2824
|
23
23
|
agent_build_sdk/utils/net.py,sha256=nov9BLVhHN-2bBCUHtM0GfKoz19xujTzyJmfXJvYQoo,300
|
24
|
-
werewolf_agent_build_sdk-0.0.
|
25
|
-
werewolf_agent_build_sdk-0.0.
|
26
|
-
werewolf_agent_build_sdk-0.0.
|
27
|
-
werewolf_agent_build_sdk-0.0.
|
24
|
+
werewolf_agent_build_sdk-0.0.2.dist-info/METADATA,sha256=tc2W-mvOhLXaRpccficgMKyl1UYK22IUsECJ1yo-Ano,1193
|
25
|
+
werewolf_agent_build_sdk-0.0.2.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
|
26
|
+
werewolf_agent_build_sdk-0.0.2.dist-info/top_level.txt,sha256=95bueAic-4UwKBwOSlACe-o2KG-_pF1gJyC9V1Zq2kw,16
|
27
|
+
werewolf_agent_build_sdk-0.0.2.dist-info/RECORD,,
|
File without changes
|
{werewolf_agent_build_sdk-0.0.1.dist-info → werewolf_agent_build_sdk-0.0.2.dist-info}/top_level.txt
RENAMED
File without changes
|