Skip to content

Resolve configuration dependencies #8

@ashesh808

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.

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