promptmage


Namepromptmage JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://www.promptmage.io
Summary"PromptMage" is designed to offer an intuitive interface that simplifies the process of creating and managing LLM workflows as a self-hosted solution.
upload_time2024-06-25 09:52:43
maintainerNone
docs_urlNone
authorTobias Sterbak
requires_python<4.0,>=3.11
licenseMIT
keywords promptmage llm workflow management self-hosted solution ai nlp prompt
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <br />
<div align="center">
  <a href="https://github.com/tsterbak/promptmage">
    <img src="images/promptmage-logo.png" alt="PromptMage-Logo" width="120" height="120">
  </a>

  <h1 align="center">PromptMage</h1>

  <p align="center">
    simplifies the process of creating and managing LLM workflows as a self-hosted solution.
  </p>
</div>

## About the Project

"PromptMage" is designed to offer an intuitive interface that simplifies the process of creating and managing LLM workflows as a self-hosted solution. It facilitates prompt testing and comparison, and it incorporates version control features to help users track the development of their prompts. Suitable for both small teams and large enterprises, "PromptMage" seeks to improve productivity and foster the practical use of LLM technology.

The approach with "PromptMage" is to provide a pragmatic solution that bridges the current gap in LLM workflow management. We aim to empower developers, researchers, and organizations by making LLM technology more accessible and manageable, thereby supporting the next wave of AI innovations.

## Philosophy
- Integrate the prompt playground into your workflow for fast iteration
- Prompts as first-class citizens with version control and collaboration features
- Manual and automatic testing and validation of prompts
- Easy sharing of results with domain experts and stakeholders
- build-in, automatically created API with fastAPI for easy integration and deployment
- Type-hint everything for automatic inference and validation magic

## Getting Started

### Installation

To install promptmage, run the following command:

```bash
pip install promptmage 
```

## Usage

To use promptmage, run the following command:

```bash
promptmage run <path-to-flow>
```

This will start the promptmage server and run the flow at the given path. You can now access the promptmage interface at `http://localhost:8000`.

Have a look at the examples in the [examples](examples) folder to see how to use promptmage in your application or workflow.


## Development

To develop PromptMage, check out the [DEVELOPMENT.md](DEVELOPMENT.md) file.

## Contributing

Contributing

We welcome contributions from the community! If you're interested in improving PromptMage, you can contribute in the following ways:

* **Reporting Bugs**: Submit an issue in our repository, providing a detailed description of the problem and steps to reproduce it.
* **Feature Requests**: Have ideas on how to make FlowForge better? We'd love to hear from you! Please submit an issue, detailing your suggestions.
* **Pull Requests**: Contributions via pull requests are highly appreciated. Please ensure your code adheres to the coding standards of the project, and submit a pull request with a clear description of your changes.


## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.

## Contact
For any inquiries or further information, feel free to reach out at [promptmage@tobiassterbak.com](mailto:promptmage@tobiassterbak.com).

## ❤️ Acknowledgements

This project was supported by

<a href="https://www.media-lab.de/en/programs/media-tech-lab">
    <img src="images/mtl-powered-by.png" width="240" title="Media Tech Lab powered by logo">
</a>
            

Raw data

            {
    "_id": null,
    "home_page": "https://www.promptmage.io",
    "name": "promptmage",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.11",
    "maintainer_email": null,
    "keywords": "promptmage, llm, workflow, management, self-hosted, solution, ai, nlp, prompt",
    "author": "Tobias Sterbak",
    "author_email": "github@tobiassterbak.com",
    "download_url": "https://files.pythonhosted.org/packages/16/f4/7a3e2f800ac978713fa70d42764b69fae8a80b55ab3697cc58204c83bdc9/promptmage-0.0.4.tar.gz",
    "platform": null,
    "description": "<br />\n<div align=\"center\">\n  <a href=\"https://github.com/tsterbak/promptmage\">\n    <img src=\"images/promptmage-logo.png\" alt=\"PromptMage-Logo\" width=\"120\" height=\"120\">\n  </a>\n\n  <h1 align=\"center\">PromptMage</h1>\n\n  <p align=\"center\">\n    simplifies the process of creating and managing LLM workflows as a self-hosted solution.\n  </p>\n</div>\n\n## About the Project\n\n\"PromptMage\" is designed to offer an intuitive interface that simplifies the process of creating and managing LLM workflows as a self-hosted solution. It facilitates prompt testing and comparison, and it incorporates version control features to help users track the development of their prompts. Suitable for both small teams and large enterprises, \"PromptMage\" seeks to improve productivity and foster the practical use of LLM technology.\n\nThe approach with \"PromptMage\" is to provide a pragmatic solution that bridges the current gap in LLM workflow management. We aim to empower developers, researchers, and organizations by making LLM technology more accessible and manageable, thereby supporting the next wave of AI innovations.\n\n## Philosophy\n- Integrate the prompt playground into your workflow for fast iteration\n- Prompts as first-class citizens with version control and collaboration features\n- Manual and automatic testing and validation of prompts\n- Easy sharing of results with domain experts and stakeholders\n- build-in, automatically created API with fastAPI for easy integration and deployment\n- Type-hint everything for automatic inference and validation magic\n\n## Getting Started\n\n### Installation\n\nTo install promptmage, run the following command:\n\n```bash\npip install promptmage \n```\n\n## Usage\n\nTo use promptmage, run the following command:\n\n```bash\npromptmage run <path-to-flow>\n```\n\nThis will start the promptmage server and run the flow at the given path. You can now access the promptmage interface at `http://localhost:8000`.\n\nHave a look at the examples in the [examples](examples) folder to see how to use promptmage in your application or workflow.\n\n\n## Development\n\nTo develop PromptMage, check out the [DEVELOPMENT.md](DEVELOPMENT.md) file.\n\n## Contributing\n\nContributing\n\nWe welcome contributions from the community! If you're interested in improving PromptMage, you can contribute in the following ways:\n\n* **Reporting Bugs**: Submit an issue in our repository, providing a detailed description of the problem and steps to reproduce it.\n* **Feature Requests**: Have ideas on how to make FlowForge better? We'd love to hear from you! Please submit an issue, detailing your suggestions.\n* **Pull Requests**: Contributions via pull requests are highly appreciated. Please ensure your code adheres to the coding standards of the project, and submit a pull request with a clear description of your changes.\n\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.\n\n## Contact\nFor any inquiries or further information, feel free to reach out at [promptmage@tobiassterbak.com](mailto:promptmage@tobiassterbak.com).\n\n## \u2764\ufe0f Acknowledgements\n\nThis project was supported by\n\n<a href=\"https://www.media-lab.de/en/programs/media-tech-lab\">\n    <img src=\"images/mtl-powered-by.png\" width=\"240\" title=\"Media Tech Lab powered by logo\">\n</a>",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "\"PromptMage\" is designed to offer an intuitive interface that simplifies the process of creating and managing LLM workflows as a self-hosted solution.",
    "version": "0.0.4",
    "project_urls": {
        "Homepage": "https://www.promptmage.io",
        "Repository": "https://github.comm/tsterbak/promptmage"
    },
    "split_keywords": [
        "promptmage",
        " llm",
        " workflow",
        " management",
        " self-hosted",
        " solution",
        " ai",
        " nlp",
        " prompt"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7211682df0bc22b6bd42ff819a8e880c13c0f399d5e309efa048960eb1944857",
                "md5": "5cf48fec031af4a0ab5f2ceb31f7ba7a",
                "sha256": "50ecf8ebcb394536ece096a1fe83560d01352a791cb4141cc41cbd071f7bea55"
            },
            "downloads": -1,
            "filename": "promptmage-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5cf48fec031af4a0ab5f2ceb31f7ba7a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 406004,
            "upload_time": "2024-06-25T09:52:40",
            "upload_time_iso_8601": "2024-06-25T09:52:40.091647Z",
            "url": "https://files.pythonhosted.org/packages/72/11/682df0bc22b6bd42ff819a8e880c13c0f399d5e309efa048960eb1944857/promptmage-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "16f47a3e2f800ac978713fa70d42764b69fae8a80b55ab3697cc58204c83bdc9",
                "md5": "a31b9fb22a293829e9b13febdeb14d28",
                "sha256": "938c0c70680a919b37a89bdf2405015c5b85ea011077e0de220224f31b5e9098"
            },
            "downloads": -1,
            "filename": "promptmage-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "a31b9fb22a293829e9b13febdeb14d28",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 401572,
            "upload_time": "2024-06-25T09:52:43",
            "upload_time_iso_8601": "2024-06-25T09:52:43.868729Z",
            "url": "https://files.pythonhosted.org/packages/16/f4/7a3e2f800ac978713fa70d42764b69fae8a80b55ab3697cc58204c83bdc9/promptmage-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-25 09:52:43",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "promptmage"
}
        
Elapsed time: 0.92060s