https://github.com/ximilsoft/ai-assistants-maker
Toolkit for creating and managing custom AI assistants, engineering prompts, and ensuring they perfectly fit your project needs.
https://github.com/ximilsoft/ai-assistants-maker
ai ai-agent ai-agents-cli ai-assistant ai-assisted-development prompt prompt-engineering prompt-toolkit
Last synced: about 2 months ago
JSON representation
Toolkit for creating and managing custom AI assistants, engineering prompts, and ensuring they perfectly fit your project needs.
- Host: GitHub
- URL: https://github.com/ximilsoft/ai-assistants-maker
- Owner: ximilsoft
- License: mit
- Created: 2024-04-17T18:08:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-15T11:04:26.000Z (11 months ago)
- Last Synced: 2025-01-25T20:08:28.079Z (4 months ago)
- Topics: ai, ai-agent, ai-agents-cli, ai-assistant, ai-assisted-development, prompt, prompt-engineering, prompt-toolkit
- Language: PHP
- Homepage:
- Size: 64.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AI Assistants Maker
Toolkit for creating and managing custom AI assistants, engineering prompts, and ensuring they perfectly fit your project needs.
## Features
- Create AI assistants that meet your expectations.
- Easily engineer AI assistants.
- Design and analysis your prompts.
- Making AI assistants more efficient.
- Help you manage your AI assistants.## Installation
1. Clone the repository or download it:
```shell
git clone https://github.com/ximilsoft/ai-assistants-maker
```2. Navigate to the project directory:
```shell
cd ai-assistants-maker
```3. Navigate to the `assistants` directory:
```shell
cd assistants
```4. Open your web browser and navigate to:
```
http://localhost/ai-assistants-maker
```
5. You will see a list of AI Assistants, and you will have one AI Assistant available:
```shell
- Calculator Ai Assistant
```## Getting Started
1. Copy and paste the folder `calculator-ai-assistant` inside the `assistants` folder.
2. Inside the `assistants` folder, you will now have:
```shell
- calculator-ai-assistant
- calculator-ai-assistant2
```
3. Navigate to the `calculator-ai-assistant2` folder and you will find the following files:
```shell
- prompts
- examples.txt
- expectation.txt
- instructions.txt
- rules.txt
- start.txt
- user_Interaction.txt
- conf.php
- expand.php
- index.php
```
4. Open `conf.php` and update it with your AI Assistant information:```php