Skip to content

Resolve configuration dependencies #8

Description

@ashesh808

In main.py we can add services using use_service however services like let's say an LLMService may require api_key which is stored in the config object. So when building the app if a service requires the config object then that should be injected, this could be extensible to other dependencies as well. Config is a good starting point.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions