Diwank Singh Tomer

Results 66 issues of Diwank Singh Tomer

That is, people should be able to send tools in the session itself in addition to the tools of the agent. So basically allow `POST {tools, ...} to /session/chat` and...

https://github.com/julep-ai/julep/blob/dev/agents-api/agents_api/routers/agents/routers.py#L365 and others

use https://huggingface.co/nvidia/dragon-multiturn-context-encoder for semantic cache embeddings

Use xxhash for hashing, create a cozo table for saving these. lookup before every call to openai `xxhash(json.dumps({ chatml, parameters })) => cache lookup => openai` the hash is the...

![image](https://github.com/julep-ai/julep/assets/931887/d1c56b31-d342-422e-bfec-516904e92a20)