28 lines
1.0 KiB
Markdown
28 lines
1.0 KiB
Markdown
# ISAIP-1
|
|
|
|
## Introduction
|
|
|
|
**Integrated Secure Artificially Intelligent Platform 1** is an artificially
|
|
intelligent workspace similar to Claude Code. However, there are many
|
|
distinctions:
|
|
|
|
1. It directly connects to the terminal by default, and every command is treated as a bash command;
|
|
2. It is completely local, and uses your machine's processing power;
|
|
3. It is only compatible with Linux at this point.
|
|
|
|
It is designed to appeal to Linux users and is designed to be a powerful yet fully functional and secure alternative to the native terminal.
|
|
|
|
## Modes
|
|
|
|
**Terminal Mode**: use it like a regular linux terminal, except you can type `(TODO)` to enter the chat app
|
|
**AI Mode**: similar to Claude Code with `/` commands and direct conversation
|
|
|
|
## Tools
|
|
|
|
The chatbot can call on a series of tools to complete tasks, including:
|
|
|
|
Save file:
|
|
|
|
## Persistence
|
|
|
|
If diskless mode is active, you can use the command `isaip-commit` to have your workspace's context saved. All other documents and records are saved by default to your drive. |