Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
antoninoLorenzo committed Jun 16, 2024
1 parent e415a5c commit cb90efe
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions src/main.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@


def run_api():
pass


if __name__ == "__main__":
from src.agent.tools import TOOLS, Terminal

for tool in TOOLS:
print(tool.get_documentation())

out = Terminal.run('ls')
print(out)
pass

0 comments on commit cb90efe

Please sign in to comment.