Intelli
Intelli copied to clipboard
Build multi-model chatbots and agents from intent.
- Fix the RemoteEmbedModel parameter order. - Update the test cases. - Update the docs.
Add more types to the agent class and support calling them from the execute. https://github.com/intelligentnode/IntelliPy/blob/main/intelli/flow/agents/agent.py
Add an agent to load third party libraries and manages the input/output format for them. Example using offline llama loader.
Update the chatbot to add cohere as provider, then update the chat and stream function to call the wrapper. expected changes: - Add [cohere provider](https://github.com/intelligentnode/Intelli/blob/main/intelli/function/chatbot.py#L29). - Add [_chat_cohere_](https://github.com/intelligentnode/Intelli/blob/main/intelli/function/chatbot.py#L49). - Update...
Example: https://github.com/intelligentnode/IntelliNode/blob/main/IntelliNode/controller/RemoteSpeechModel.js
Implement interfaces to unify the functions across similar classes.
Similar to intellinode version: https://github.com/intelligentnode/IntelliNode/wiki
Add another option from the controllers and functions with async.
- create unit test case for the openai wrapper with azure type. - verify it is working. - create unit test case for the chatbot with openai provider and azure...