julep icon indicating copy to clipboard operation
julep copied to clipboard

A new DSL and server for AI agents and multi-step tasks

Results 188 julep issues
Sort by recently updated
recently updated
newest added
trafficstars

This pull request includes a minor update to the `README.md` file. The change removes the "(Alpha)" label from the announcement of the Julep Open Responses API, reflecting its transition out...

### **User description** ## Summary - include Temporal, LiteLLM and Traefik scrape jobs in Prometheus config - document new scrape targets in monitoring README ## Testing - `ruff format` -...

Review effort 2/5
codex

### **User description** ## Summary - add slim compose for agents-api & friends - support dev-up in poe tasks - enforce OpenAPI codegen freshness via pre-commit and CI - document...

Review effort 2/5
codex

## Summary - include `openapi_model.py` in linting - enable ARG and PTH rule groups - fix new lint warnings across the codebase ## Testing - `ruff check --no-fix .`

codex

## Summary - update TypeSpec dependencies to ^1.0 - update default constants in .tsp files to new `{}`/`[]` syntax ## Testing - `TYPESPEC_SKIP_COMPILER_RESOLVE=1 NODE_PATH=node_modules/typespec-compiler-new:node_modules/typespec-http-new:node_modules/typespec-openapi-new:node_modules/typespec-openapi3-new node node_modules/typespec-compiler-new/cmd/tsp.js compile . --no-emit` *(fails:...

codex

## Summary - make vector field optional in docs search models - embed raw text automatically when vector search/hybrid search receives only text - adjust router logic and add new...

codex

### **User description** ## Summary - support listing session agents and users - expose new routes to list session participants - add TypeSpec endpoints for agents and users of a...

Review effort 2/5
codex

### **User description** ## Summary - rename `custom_api_used` column to `custom_key_used` - update monthly cost view to use the renamed column - adjust usage insert query to use new column...

Review effort 2/5
codex

## Summary - extend file routing with user & agent CRUD endpoints - expose new file endpoints in OpenAPI - define user and agent file interfaces in TypeSpec ## Testing...

codex

### **User description** ## Summary - add migration to normalize session lookup table using party ids - include down migration for reversal ## Testing - `poe check` *(fails: command not...

Review effort 3/5
codex