- simple preprocessing functions
- implementation of main functionality via LlmNetwork class
- added google gemini llm support
- added randomllmbot which selects one of the llmbots at random
- this will promote diversity of thought in the network
- supports random hyper parameter selection via
random_configuration
- package generalization
- llmnet supports now use cases besides document question answering
- removed transformer module
- added API error handling
- google api
- openai api