Persona Interact Action

Maintains a master prompt to provide role, history and context for LLM chat and/or retrieval augmented generation. Which works with optional modular prompts.

Persona Interact Action

GitHub release (latest by date) GitHub issues GitHub pull requests GitHub

This action is designed to enhance large language model (LLM) interactions by providing a structured prompt with role, history, and context elements. As a core interact action, it serves a critical role in shaping conversations and facilitating retrieval-augmented generation. Configured as a singleton, it ensures dedicated handling of interaction flow, requiring the Jivas library version 2.0.0 and depending on the langchain_model_action for comprehensive functionality.

Package Information

  • Name: jivas/persona_interact_action
  • Author: V75 Inc.
  • Architype: PersonaInteractAction

Meta Information

  • Title: Persona Interact Action
  • Group: core
  • Type: interact_action

Configuration

  • Singleton: true

Dependencies

  • Jivas: ^2.0.0
  • Actions:
    • jivas/langchain_model_action: >=0.0.1

Best Practices

  • Validate your API keys and model parameters before deployment.
  • Test pipelines in a staging environment before production use.

🔰 Contributing

  • 🐛 Report Issues: Submit bugs found or log feature requests for the persona_interact_action project.
  • 💡 Submit Pull Requests: Review open PRs, and submit your own PRs.
Contributing Guidelines
  1. Fork the Repository: Start by forking the project repository to your GitHub account.
  2. Clone Locally: Clone the forked repository to your local machine using a git client.
    git clone https://github.com/TrueSelph/persona_interact_action
    
  3. Create a New Branch: Always work on a new branch, giving it a descriptive name.
    git checkout -b new-feature-x
    
  4. Make Your Changes: Develop and test your changes locally.
  5. Commit Your Changes: Commit with a clear message describing your updates.
    git commit -m 'Implemented new feature x.'
    
  6. Push to GitHub: Push the changes to your forked repository.
    git push origin new-feature-x
    
  7. Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
  8. Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
Contributor Graph

🎗 License

This project is protected under the Apache License 2.0. See LICENSE for more information.

Install
jvcli download action jivas/persona_interact_action

Last published

2 months ago

Version

0.0.3

Downloads

81

Author

jivas

Type

interact_action

Visibility

Public

Tags

core
interact_action