julep
julep copied to clipboard
A new DSL and server for AI agents and multi-step tasks
## Summary - refactor `event_publisher` to flatten logic - send closing signal when workflows end - add tests for event streaming ## Testing - `ruff format agents-api/agents_api/routers/tasks/stream_transitions_events.py agents-api/tests/test_event_streaming.py` - `ruff...
## Summary - bump gateway Dockerfile to Traefik v3 - enable prometheus metrics in gateway template ## Testing - `docker --version` *(fails: command not found)* - `docker-compose --version` *(fails: command...
### **User description** ## Summary - support system, integration, and API call tools in `format_tool` - stream file uploads and downloads to reduce memory usage - stream file listing content...
## Summary - migrate tasks to use `ty` instead of `pytype` - remove old `pytype.toml` configs and caches - add ty as dev dependency in all services - update GitHub...
### **User description** ## Summary - use NEW.model inside optimized_update_token_count_after - add migration to refresh token count via background job - document how to roll out the token count migration...
### **User description** ## Summary - implement execution in `julep run` - document new error handling example in CLI docs - add matching example to Markdown docs - record change...
## Summary - share `init_env` and `compute_gunicorn_workers` in new `julep_common` package - add `JulepError` and `TooManyRequestsError` exceptions - use shared utilities in agents-api and integrations service - copy shared package...
## Summary - migrate all tests from Ward to pytest - use pytest in poe tasks and CI - drop Ward dev dependency, add pytest and pytest-asyncio - update CLAUDE...
### **User description** Signed-off-by: Diwank Singh Tomer ___ ### **PR Type** enhancement, configuration changes ___ ### **Description** - Enforce required environment variables in Docker Compose files - Use `:?required` syntax...
### 📜 Description https://github.com/julep-ai/julep/blob/0ea30548256009310028c41499ef2ce9c638979f/memory-store/migrations/000036_usage.up.sql#L11 ### 👟 Relevant files _No response_