Files
conversations/.github/ISSUE_TEMPLATE/Feature_request.md
T
Quentin BEY fe7995a118 🎉(conversations) bootstrap backend & frontend
This is the first commit which provides all the first stack for a
working chat.

This is a first implementation with:
 - Vercel SDK for the frontend part
 - OpenAI Agent SDK for the backend

The stack can use a local LLM with docker ot a remote one.

This implementation is more a draft, but it provides the project
structure.

All tests are working even if we lack a lot of them.
2025-07-21 18:10:15 +02:00

981 B

name, about, labels
name about labels
Feature Request I have a suggestion (and may want to build it 💪)!
feature
triage

Feature Request

Is your feature request related to a problem or unsupported use case? Please describe. A clear and concise description of what the problem is. For example: I need to do some task and I have an issue...

Describe the solution you'd like A clear and concise description of what you want to happen. Add any considered drawbacks.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Discovery, Documentation, Adoption, Migration Strategy If you can, explain how users will be able to use this and possibly write out some documentation (if applicable). Maybe add a screenshot or design?

Do you want to work on it through a Pull Request?