Releases: vllm-project/agentic-api
Releases · vllm-project/agentic-api
Release list
v0.1.0
What's Changed
- chore: Adding maintainers by @franciscojavierarceo in #1
- chore: Update README.md by @leseb in #4
- docs: add Contributor Covenant Code of Conduct v2.1 by @leseb in #7
- docs: add CONTRIBUTING.md, AGENTS.md, and CLAUDE.md by @leseb in #8
- docs: add MkDocs Material documentation skeleton by @franciscojavierarceo in #2
- ci: add pre-commit configuration and workflow by @leseb in #5
- chore: add Makefile with common dev commands by @leseb in #9
- chore: add GitHub PR and issue templates by @leseb in #6
- chore: prepare package for PyPI publishing by @leseb in #12
- [Doc] ADR-01 — core architecture and community decisions by @tjtanaa in #13
- [Rebrand] Rename repo to
agentic-apiby @tjtanaa in #17 - [FEAT] vLLM Responses API proxy gateway by @maralbahari in #16
- [Doc] ADR-02 — persistent store architecture and community decisions by @noobHappylife in #15
- feat: transition project from Python to Rust by @leseb in #23
- docs: add ADR-03 gateway-agnostic layered architecture by @leseb in #28
- feat: implement Rust proxy gateway for vLLM Responses API by @leseb in #24
- refactor: restructure into 3-crate workspace per ADR-03 by @leseb in #29
- docs: add pre-commit install to setup instructions by @franciscojavierarceo in #36
- feat: add /health and /ready endpoints by @ashwing in #37
- refactor: move gateway modules from agentic-core to agentic-server by @franciscojavierarceo in #35
- Revert "refactor: move gateway modules from agentic-core to agentic-server" by @franciscojavierarceo in #40
- feat: add CORS support to gateway by @ashwing in #39
- chore: migrate to workspace-level dependency declarations by @franciscojavierarceo in #43
- [FEAT]
agentic-coreconversation and responses database CRUD. by @maralbahari in #33 - fix: storage CRUD follow-up — schema placeholders, metadata, unknown item types by @franciscojavierarceo in #45
- docs: add sccache shared build cache section to getting started by @leseb in #47
- docs: core public API design — phased implementation plan by @ashwing in #44
- feat:
agentic-coreconversation/responses hydration (ADR-03) by @maralbahari in #46 - fix: preserve response hydration checkpoints by @franciscojavierarceo in #50
- feat: add SSE event normalizer module by @ashwing in #49
- fix:
agentic-coreconcurrency in db layer include benchmarks. by @maralbahari in #55 - fix: persist conversation turns when
store=Falsebut a context ID is pass by @maralbahari in #56 - feat:
agentic-serverstateful conversation/responses endpoints. by @maralbahari in #48 - refactor: accumulator consumes EventFrame instead of inline JSON by @ashwing in #52
- test support: add reasoning cassettes for vLLM responses mode by @maralbahari in #58
- feat: support reasoning output items by @franciscojavierarceo in #57
- chore: remove duplicate SSE event enum by @franciscojavierarceo in #61
- test support: add
function_callcassettes for vLLM response mode by @maralbahari in #60 - feat: accumulate function_call events in streaming path by @ashwing in #59
- test: update gpt-oss reasoning cassette from live vLLM by @ashwing in #66
- test: stateful multi-turn tool-call cassettes with context retention by @ashwing in #77
- feat: add Responses WebSocket support by @franciscojavierarceo in #76
- refactor: split io types, add SSEItemType enum, reduce allocations by @maralbahari in #64
- docs: Codex integration design by @haoshan98 in #68
- feat: add Codex-compatible GET
v1/modelsand WebSocket session bug fixes by @maralbahari in #79 - fix: Codex CLI type compatibility for text, reasoning in multi-turn conversation. by @maralbahari in #81
- feat: tool types + registry + ToolHandler trait (PR A) by @ashwing in #80
- refactor: split
executor/engine.rsand eliminateExecutionContextclone per request by @maralbahari in #75 - docs: MCP gateway integration design by @maralbahari in #82
- feat: add web search gateway tool by @franciscojavierarceo in #85
- fix: persist effective tool config for response continuations by @harivilasp in #87
- docs: add project roadmap by @franciscojavierarceo in #90
- feat: benchmark proxy payload scaling by @harivilasp in #88
- feat: codex integration by @haoshan98 in #84
- fix: tighten codex namespace invariants by @franciscojavierarceo in #91
- docs: tool framework design — multi-type tool support by @ashwing in #67
- chore: Add instruction how to run codex with
agentic-apiby @maralbahari in #93 - refactor: drive gateway tool loop with LoopDecision (PR B) by @ashwing in #83
- chore: rename core crate for release by @franciscojavierarceo in #92
New Contributors
- @franciscojavierarceo made their first contribution in #1
- @leseb made their first contribution in #4
- @tjtanaa made their first contribution in #13
- @maralbahari made their first contribution in #16
- @noobHappylife made their first contribution in #15
- @haoshan98 made their first contribution in #68
- @harivilasp made their first contribution in #87
Full Changelog: https://github.com/vllm-project/agentic-api/commits/v0.1.0