main.py aktualisiert

This commit is contained in:
2026-07-05 09:31:24 +00:00
parent b3aaea85bc
commit 831e602803
+1 -1
View File
@@ -2,7 +2,7 @@ import asyncio
from agent import Agent from agent import Agent
from llm.bedrock_client import BedrockClient from llm.bedrock_client import BedrockClient
from mcp.client import MCPClient from client import MCPClient
async def main(): async def main():