julep
julep copied to clipboard
A new DSL and server for AI agents and multi-step tasks
## Summary - generate signed URLs from S3 clients - expose `resolve_url` in evaluator - document referencing files in workflows - note new feature in CHANGELOG ## Testing - `ruff...
## Summary - persist evaluated values in `SetStep` ## Testing - `ruff check agents-api` - `ruff format agents-api` - `uv run python -m ward --search execution_workflow tests` *(fails: No route...
### **User description** ## Summary - evaluate prompt step settings using `base_evaluate` ## Testing - `poetry run poe check` *(fails: `Failed to fetch https://pypi.org/simple/poethepoet/`)* ___ ### **PR Type** Enhancement ___...
### **User description** ## Summary - disallow unexpected fields on message objects so invalid YAML fails ## Testing - `poe check` *(fails: command not found)* - `poetry run poe check`...
### **User description** ## Summary - validate integration methods via Integration Service - add new `ToolValidationError` - check tools when creating or updating via agents or tasks ## Testing -...
## Summary - create `parties` table - backfill parties for existing users and agents - add `party_id` columns to `users` and `agents` - introduce new `document_owners` and `file_owners_party` tables ##...
### **User description** ## Summary - remove deprecated `n` field from `CreateResponse` - update docs to reflect single-choice responses - mention change in changelog ## Testing - `scripts/generate_openapi_code.sh` *(failed: invalid...
### **User description** ## Summary - update `HASURA_ADMIN_SECRET` references to `HASURA_GRAPHQL_ADMIN_SECRET` - add anchor comments explaining the change ## Testing - `git log -1 --stat` ___ ### **PR Type** enhancement,...
### 📜 Description basically make sure the logic in https://github.com/julep-ai/julep/pull/1373 makes sense, especially the changed test ### 👟 Relevant files _No response_
## Summary - add test for `get_live_urls` verifying use of `asyncio.to_thread` ## Testing - `ruff check tests/test_browserbase_live_urls.py` - *(failed: `pytest` not available in environment)*