Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENV schema validation base on character cofiguration #172

Open
marc-aurele-besner opened this issue Jan 27, 2025 · 0 comments
Open

ENV schema validation base on character cofiguration #172

marc-aurele-besner opened this issue Jan 27, 2025 · 0 comments
Labels
agent-framework enhancement New feature or request help wanted Extra attention is needed

Comments

@marc-aurele-besner
Copy link
Member

ENV schema validation base on character cofiguration

At the moment, the env schema validation expect all envs to have values, regardless of the config of the character (aka what ai models the character will use).

As we increase the support for multiple models, this creates a barrier to entry, where a new user will feel like they need to have multiple API keys from multiple AI providers, while in reality, they could very easily set all the config to use open ai and just put fake data in all the other envs...

Ideally we should add a first layer that build the schemaValidator, base on the current config on the character. If only open ai is in use by this character, only open ai envs should be expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agent-framework enhancement New feature or request help wanted Extra attention is needed
Projects
Status: No status
Development

No branches or pull requests

1 participant