Add Unit Tests (#4)

This commit is contained in:
Lamont Huffman
2025-10-31 11:04:34 +08:00
committed by GitHub
parent 158a5e63b1
commit ef5c7d9aab
38 changed files with 1249 additions and 1122 deletions

View File

@@ -45,4 +45,5 @@ async def main() -> None:
msg = await agent(msg)
asyncio.run(main())
if __name__ == "__main__":
asyncio.run(main())

View File

@@ -1 +1 @@
agentscope[full]>=1.0.5
agentscope[full]>=1.0.5