Skip to content

Commit 192bbeb

Browse files
author
xiangjinyu
committed
add main.py
1 parent cecd956 commit 192bbeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import asyncio
22

3-
from app.agent import ToolCallAgent
3+
from app.agent.manus import Manus
44
from app.logger import logger
55

66

77
async def main():
8-
agent = ToolCallAgent()
8+
agent = Manus()
99
while True:
1010
try:
1111
prompt = input("Enter your prompt (or 'exit' to quit): ")

0 commit comments

Comments
 (0)