Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weavel-ai/Ape
Your first AI prompt engineer
https://github.com/weavel-ai/Ape
Last synced: 3 months ago
JSON representation
Your first AI prompt engineer
- Host: GitHub
- URL: https://github.com/weavel-ai/Ape
- Owner: weavel-ai
- License: mit
- Created: 2024-08-05T22:39:58.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T10:43:57.000Z (3 months ago)
- Last Synced: 2024-08-23T21:44:21.949Z (3 months ago)
- Language: Python
- Homepage:
- Size: 230 KB
- Stars: 73
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About
`ape-core` is the open source library behind Ape - an AI prompt engineer built by Weavel.
## Installation
```bash
pip install ape-core
```To enable syntax highlighting for `.prompt` files, you can use the [Promptfile IntelliSense](https://marketplace.visualstudio.com/items?itemName=Weavel.promptfile-intellisense) extension for VS Code.
## Contributing
We welcome contributions to enhance Ape's capabilities and improve its performance. To contribute, please see the [`CONTRIBUTING.md`](CONTRIBUTING.md) file for steps.
## Help and Support
If you have any questions, feedback, or suggestions, please feel free to reach out to us. you can raise an issue in the [issue tracker](https://github.com/weavel-ai/Ape/issues).
We also have a Discord server for the Ape community, where you can connect with other users, share your experiences, ask questions, and collaborate on the project. To join Weavel's community Discord server, [click here](https://weavel.ai/discord).
## License
`ape-core` is released under the MIT License. See the LICENSE file for more information.
## Credits
Thanks to [Stanford NLP's DSPy](https://github.com/stanfordnlp/dspy) project for the inspiration.