Open Command
The core command in Polybiuos is `polybiuos open [path]`, which launches the Polybiuos interface in your working directory. It reads the necessary context and prepares to take your requests.
Command Syntax
To use this command, run the following in your terminal:
polybiuos open [path]Where `[path]` refers to the directory or project you wish to work with. After executing the command, you will be presented with a text field where you can prompt the AI to perform various tasks, such as: Analyzing files, Conducting security assessments ,Providing suggestions ,Writing code , Updating/Installing dependencies , Making Git actions , And more
Example Workflow
Once the command is executed, the system will enter "Project Mode" and prompt you for actions. Here’s an example interaction:
■ SYS: Working in Project Mode■ AI: How can I help you with your project?> what does main.rs in src do?
The AI will dynamically analyze the context of your project, ensuring that the information is relevant and up-to-date. Here are more example requests you could ask polybiuos:
> Generate CLI app boilerplate in main.rs# Polybious doesn't need explicit file paths, it can figure them out on its own> install the necessary dependencies for physics engine# It can install, update or remove dependencies on your request> Use git CLI to merge the branches# And more...
Ignore File
You can create `.eigenignore` file in your project directory with `.gitignore` syntax to exclude files and folders from the Polybiuos context.
Context Management
Polybiuos intelligently manages context dynamically to avoid overload. The system’s memory ensures that it only retains the necessary context, so you won’t encounter information overload. This efficient memory system helps improve the accuracy and relevance of AI responses.