julep
julep copied to clipboard
A new DSL and server for AI agents and multi-step tasks
### 📜 Description Right now, to run the database on timescale or to use cloud temporal, we have to comment out the ``memory-store`` and ``scheduler`` services in [docker compose](https://github.com/julep-ai/julep/blob/dev/docker-compose.yml). We...
### 📜 Description https://github.com/timescale/pgai/blob/main/docs/vectorizer/api-reference.md#loading-configuration ### 👟 Relevant files _No response_
### 🔖 Feature description **projects** project_id dev id canon name name created at/ updated at metadata **project_sessions** **project_agents** **...** ### 🎤 Why is this feature needed ? _No response_ ###...
### 🔖 Feature description **api_keys** developer_id api_key_id api_key_hash (bcrypt; follow the same recipe as #1312 ) name created_at metadata deleted_at ### 🎤 Why is this feature needed ? _No response_...
### 📜 Description - browser use - ... check others ### 👟 Reproduction steps _No response_ ### 👀 Have you searched previous issues to see if this has been raised...
### 🔖 Feature description Right now, tools with improper schema get created successfully on task-create but fail with weird bugs on execution. Example stacktrace: ```python Client error '422 Unprocessable Entity'...
### 🔖 Feature description Function definitions are supposed to be like this: ```yaml function: name: sum description: ... parameters: type: object properties: a: type: number default: 0 b: ... ....
## 🔖 Feature description Basically something that can do this: ```yaml tools: - name: eat type: api_call api_call: ... headers: Authorization: $ f"Bearer {secrets.EAT_API_KEY}" ``` ### Guidelines: - [ ]...
### 📜 Description When creating a file, the content is returned as `DUMMY: NEED TO FETCH CONTENT FROM BLOB STORAGE`. Also see: - `agents-api/agents_api/queries/files/create_file.py` - `agents-api/agents_api/queries/files/list_files.py` - `agents-api/agents_api/queries/files/get_file.py` They have...
### 🔖 Feature description One currently cannot use any of the `files` functionalities (`create`, `delete`... etc) in `system` tools. We need to add support for that. ### 🎤 Why is...