Use Terminal

Run agents and tools in the unix-like terminal

List agents from agenthub

list-agenthub-agents

List agents from local

list-local-agents

Download agents

download-agent \
    --agent_author <agent_author> \
    --agent_name <agent_name> \
    --agent_version <agent_version> \
    --agenthub_url <agenthub_url>

Upload agent

upload-agents \
    --agent_path <agent_path> \
    --agenthub_url <agenthub_url>

List tools from toolhub

list-toolhub-tools

List tools from local

list-local-tools

Download tool

download-tool \
    --tool_author <tool_author> \
    --tool_name <tool_name> \
    --tool_version <tool_version> \
    --toolhub_url <toolhub_url>

Upload tool

upload-tool \
    --tool_path <tool_path> \
    --toolhub_url <toolhub_url>

Interact with AIOS terminal UI

Before running the AIOS terminal, please make sure you have read the instructions in AIOS to set up the environment and launch the AIOS kernel.

And you need to create a folder to put the files you want to manage, the default folder is ./root

After that, you can run the following command to start the AIOS terminal.

python scripts/run_terminal.py

When you successfully enter the system, the interface is as follows:

Example of Launched AIOS terminal

Then you can start interacting with the AIOS terminal by typing natural language commands.

For instructions of how to use commands, refer to https://github.com/agiresearch/AIOS-LSFS.

Last updated