add main.py
This commit is contained in:
parent
cecd956cc1
commit
192bbeb196
4
main.py
4
main.py
@ -1,11 +1,11 @@
|
|||||||
import asyncio
|
import asyncio
|
||||||
|
|
||||||
from app.agent import ToolCallAgent
|
from app.agent.manus import Manus
|
||||||
from app.logger import logger
|
from app.logger import logger
|
||||||
|
|
||||||
|
|
||||||
async def main():
|
async def main():
|
||||||
agent = ToolCallAgent()
|
agent = Manus()
|
||||||
while True:
|
while True:
|
||||||
try:
|
try:
|
||||||
prompt = input("Enter your prompt (or 'exit' to quit): ")
|
prompt = input("Enter your prompt (or 'exit' to quit): ")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user