Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saik0s/companionai
CompanionAI is a macos chat application that allows users to communicate with a team of AI personas designed for specific tasks.
https://github.com/saik0s/companionai
composable-architecture gpt-3 swiftui tuist
Last synced: 13 days ago
JSON representation
CompanionAI is a macos chat application that allows users to communicate with a team of AI personas designed for specific tasks.
- Host: GitHub
- URL: https://github.com/saik0s/companionai
- Owner: Saik0s
- License: mit
- Created: 2023-01-19T06:46:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-08T04:32:01.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T20:08:35.551Z (2 months ago)
- Topics: composable-architecture, gpt-3, swiftui, tuist
- Language: Swift
- Homepage:
- Size: 2.74 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CompanionAI is a chat application that allows users to communicate with a team of AI personas designed for specific tasks. These AI personas can assist with a variety of tasks, such as product management, data analysis, and more.
## Installation
Run `make build_release` and CompanionAI.app will be ready for use in the repository root folder.
After launch it will create a config file at path `~/Library/Application Support/CompanionAI/config.json`. You should set OpenAI API key in this file.
## 🗺 Roadmap
- Generate context from chat history that will be sent with every prompt
## 💻 Developing
### Requirements
- Xcode 14.0+
- [Tuist](https://github.com/tuist/tuist)## 🏷 License
`CompanionAI` is available under the MIT license. See the [LICENSE file](./LICENSE) for more info.