julep
julep copied to clipboard
A new DSL and server for AI agents and multi-step tasks
### 🔖 Feature description - [ ] prompt token count in unwrapped prompt step transitions (we should store all of the returned data) - [ ] integrations should return a...
### **User description** Closes #1285 --- # EntelligenceAI PR Summary The recent update introduces a new utility function, `eval_tool_calls`, in `tools.py` to enhance the evaluation of tool calls within chat...
- **refactor(agents-api): Refactor text_to_tsquery -> text_to_keywords** - **feat(agents-api,migrations): Add trigram search to FTS** - **fix(agents-api): Remove too-long magic number** - **fix(agents-api): Renamed confusing is_conversation_snippet flag** - **fix(cli): Improve cli wrapper...
### **User description** Add Olostep Integration This PR adds Olostep as a new integration provider to Julep, offering superior web scraping capabilities. **Features** - Faster response times (1-6 seconds vs....
### **User description** **Olostep Support Chatbot Example** This cookbook demonstrates how to build a customer support chatbot using Olostep's superior web scraping capabilities integrated with Julep's AI features. Key advantages...
### 🔖 Feature description See #677 ### 🎤 Why is this feature needed ? _No response_ ### ✌️ How do you aim to achieve this? _No response_ ### 👀 Have...
### 📜 Description I remember we had this issue before. It seems as it was only solved for the synchronous client. Need to fix it for async clients as well....
### 📜 Description if two agents have tasks with the same ``task_id``, the ``prepare_execution_input`` might fetch the wrong ``agent_id`` Might need to phase out explicitly setting uuids ### 👟 Reproduction...
### 📜 Description We need to phase the out the custom setting of `API` keys for different integrations that we support. ### 👟 Relevant files _No response_
### 📜 Description https://app.glitchtip.com/julep-ai/issues/2560495 possible fix: https://www.postgresql.org/docs/current/runtime-config-resource.html more concrete fix: we shouldn't save raw objects in tables, especially transitions table (output column) ### 👟 Reproduction steps _No response_ ### 👀...