Added a Generator base class: New generators need to derive from this class, each one needs to have the following attributes:
Name
Description
API endpoint
Langchain chain
Added an API builder: Used to create a new FastApi object, adds new generator endpoints to it and an endpoint (at '/') that returns a list of active generators.
Added a Generator base class: New generators need to derive from this class, each one needs to have the following attributes:
Added an API builder: Used to create a new FastApi object, adds new generator endpoints to it and an endpoint (at '/') that returns a list of active generators.