julep
julep copied to clipboard
A new DSL and server for AI agents and multi-step tasks
As title says. `client.sessions.history()` only returns the `user` and `assistant` turns of the conversations and not the initial system prompt.
[only in adaptive mode] add some logic to handle messages that contain images. If message.image_url.detail != "low" then produce a new entry that "summarizes" that entry by setting detail to...
Current open source Grok does not support function calling. https://x.ai/blog/grok-os Do you guys have any backend for loading open source language models into your stack, something like ollama or llocal.
Otherwise, models in tasks and even sessions will get accidentally confused
Consider adding validation constraints for token_budget and context_overflow fields to ensure they receive appropriate values. For example, token_budget should be a positive integer and context_overflow should be restricted to specific...
It would be nice if the julep client would have an abstraction for working with openai whisper. Some ideas: - people want transcriptions of different types: - sometimes, you want...
https://medium.com/plain-simple-software/distribution-based-score-fusion-dbsf-a-new-approach-to-vector-search-ranking-f87c37488b18
`updated_at: Validity default [floor(now()), true],` should be change to => `updated_at_ms: Validity default [floor(now() * 1000), true],` coz validity is an integer only and `floor(now())` returns seconds which means that...