A powerful Context Management System based on POD (Prompt-Oriented Development) for automating AI-driven instructions and actions.
- Context Management: Organizes and stores information for AI consumption.
- Keyword Instructions: Simple trigger system for executing predefined actions.
- Extensibility: Framework for adding new commands and actions.
- Internationalization: Support for multiple languages, including English and Portuguese.
- POD (Prompt-Oriented Development): A development paradigm focused on creating systems based on structured, modular, and reusable prompts.
- InstructIA Framework: Contextualizes predefined commands and actions while enabling the creation of new ones.
Installed globally as a command-line tool via npm.
To use InstructIA in your project, simply install it via npm:
# Install with default language (en-US)
npm install instructia
# Or install with a specific language
npm install instructia --language=pt-BR
This will:
- Create the necessary directory structure
- Set up configuration files
- Configure the system with your chosen language
InstructIA comes with a set of default instructions designed to streamline common tasks and enhance productivity. Here's a brief overview of what these instructions do:
The complete documentation is available at: https://digitalfen.github.io/InstructIA/
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
MIT
Created by Vinícius Maffioli from DigitalFen.
This framework is free to use and modify. Feel free to use it in your projects, whether personal or commercial.