An AI-powered task automation tool
Project description
OpenCopilot - PikoAi
Your AI-Powered Command-Line Companion!
PikoAi powered by the OpenCopilot framework, transforms your terminal into an intelligent assistant. Seamlessly integrate AI into your daily workflow to automate tasks, conduct research, interact with web services, and much more. Stop switching contexts and let your copilot handle the heavy lifting, right from your command line.
Install it using a single pip command
pip install pikoai
✨ See It In Action!
Watch a glimpse of OpenCopilot's capabilities:
This demo showcases how OpenCopilot can understand your requests, interact with web pages, and provide you with the information you need, all within your terminal.
🚀 Core Features
- LLM-Powered Task Automation: Leverages cutting-edge Large Language Models to understand your natural language prompts and orchestrate complex task execution.
- Multi-Provider Support: Flexibility to choose and switch between various LLM providers such as Mistral, Groq, OpenAI, Anthropic, and Gemini.
- Extensible Tool System: Equip your AI agent with a growing library of custom tools to interact with files, system details, web content, and more.
- Versatile Execution Modes:
- Conversational Mode: Engage in an interactive dialogue to collaboratively accomplish tasks.
- One-Shot Task Execution: Directly execute specific tasks with a single, concise command.
- User-Friendly CLI: An intuitive command-line interface to manage configurations, tools, API keys, and task execution.
- Web Interaction: Browse websites, extract information, and perform web searches directly through the agent.
🛠️ Getting Started
Prerequisites
- Git (if cloning from source)
Installation
You can install OpenCopilot using pip:
pip install pikoai
Alternatively, to install from source:
- Clone the repository:
git clone https://github.com/Piko-AI/OpenCopilot.git
- Navigate to the project directory:
cd OpenCopilot
- Create a virtual environment:
python -m venv venv
or if you have multiple Python versions:python3 -m venv venv
- Activate the virtual environment:
- Windows:
venv\Scripts\activate
- macOS/Linux:
source venv/bin/activate
- Windows:
- Install dependencies:
pip install -r requirements.txt
▶️ Running the Application
Once the installation is complete, you can run OpenCopilot from the root directory of the project:
python Src/cli.py
or
python3 Src/cli.py
This will start OpenCopilot in conversational mode. You can also use it for one-shot tasks.
⚡ One-Shot Task Execution
Execute tasks directly without entering the conversational mode:
python Src/cli.py --task "Your task description here"
You can also set the maximum number of iterations for a task:
python Src/cli.py --task "Your task description here" --max-iter 5
🤝 Contributing
We welcome contributions! Please feel free to fork the repository, make your changes, and submit a pull request. For major changes, please open an issue first to discuss what you would like to change.
📄 License
This project is licensed under the terms of the LICENSE file.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pikoai-0.1.33.tar.gz.
File metadata
- Download URL: pikoai-0.1.33.tar.gz
- Upload date:
- Size: 35.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
341d2d57ac64e669d42489b29fc70d4c84fd9f1c63ea7644f1ed41d3c9e3bbb4
|
|
| MD5 |
c800f4a9f59c05d28a86ef914b8217bd
|
|
| BLAKE2b-256 |
02c0a2908e5e1dc56ba7ecf734e433669bd48d1179da9cb09a4222f05adfe293
|
File details
Details for the file pikoai-0.1.33-py3-none-any.whl.
File metadata
- Download URL: pikoai-0.1.33-py3-none-any.whl
- Upload date:
- Size: 40.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4fc6eea2ac1ba086c83c2bed70a8a3f58d96af19be826d8675fbbe5305513541
|
|
| MD5 |
75ec62767759ab2a55a8b7f1f2504746
|
|
| BLAKE2b-256 |
3f444ba41b4282763ed1885cd02ccd97fffac4e925f4b098c25cf929c936e9b8
|