Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/decodelabs/prophet
Generalised PHP interfaces for creating AI assistants
https://github.com/decodelabs/prophet
Last synced: 1 day ago
JSON representation
Generalised PHP interfaces for creating AI assistants
- Host: GitHub
- URL: https://github.com/decodelabs/prophet
- Owner: decodelabs
- License: mit
- Created: 2024-04-24T09:21:54.000Z (9 months ago)
- Default Branch: develop
- Last Pushed: 2024-09-04T21:27:50.000Z (4 months ago)
- Last Synced: 2024-12-14T08:45:02.549Z (27 days ago)
- Language: PHP
- Size: 77.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Prophet
[![PHP from Packagist](https://img.shields.io/packagist/php-v/decodelabs/prophet?style=flat)](https://packagist.org/packages/decodelabs/prophet)
[![Latest Version](https://img.shields.io/packagist/v/decodelabs/prophet.svg?style=flat)](https://packagist.org/packages/decodelabs/prophet)
[![Total Downloads](https://img.shields.io/packagist/dt/decodelabs/prophet.svg?style=flat)](https://packagist.org/packages/decodelabs/prophet)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/decodelabs/prophet/integrate.yml?branch=develop)](https://github.com/decodelabs/prophet/actions/workflows/integrate.yml)
[![PHPStan](https://img.shields.io/badge/PHPStan-enabled-44CC11.svg?longCache=true&style=flat)](https://github.com/phpstan/phpstan)
[![License](https://img.shields.io/packagist/l/decodelabs/prophet?style=flat)](https://packagist.org/packages/decodelabs/prophet)### Generalised interfaces for creating AI assistants
Prophet provides an opinionated set of interfaces for creating AI assistants that can be used across multiple platforms and services.
_Get news and updates on the [DecodeLabs blog](https://blog.decodelabs.com)._
---
## Installation
Install via Composer:
```bash
composer require decodelabs/prophet
```## Usage
Coming soon...
## Licensing
Prophet is licensed under the MIT License. See [LICENSE](./LICENSE) for the full license text.