square-terminalUse 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

Download tool

Upload tool

Interact with AIOS terminal UI

Before running the AIOS terminal, please make sure you have read the instructions in AIOSarrow-up-right 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.

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-LSFSarrow-up-right.

Last updated