Intelli icon indicating copy to clipboard operation
Intelli copied to clipboard

Build multi-model chatbots and agents from intent.

Results 23 Intelli issues
Sort by recently updated
recently updated
newest added

- Fix the RemoteEmbedModel parameter order. - Update the test cases. - Update the docs.

bug

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

size-large
release-priority

Add an agent to load third party libraries and manages the input/output format for them. Example using offline llama loader.

size-xlarge

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

size-medium
release-priority

Implement interfaces to unify the functions across similar classes.

size-medium

Similar to intellinode version: https://github.com/intelligentnode/IntelliNode/wiki

good first issue
size-medium

Add another option from the controllers and functions with async.

size-xlarge

- 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...

size-medium