add main.py

This commit is contained in:
xiangjinyu 2025-03-06 23:14:03 +08:00
parent cecd956cc1
commit 192bbeb196

View File

@ -1,11 +1,11 @@
import asyncio
from app.agent import ToolCallAgent
from app.agent.manus import Manus
from app.logger import logger
async def main():
agent = ToolCallAgent()
agent = Manus()
while True:
try:
prompt = input("Enter your prompt (or 'exit' to quit): ")