Releases: volcengine/veadk-python
Releases · volcengine/veadk-python
Release list
Release 1.0.6
What's Changed
- fix(agentkit): surface cloud build failure details by @yaozheng-fang in #681
- feat(studio): improve runtime configuration and deployment UX by @yaozheng-fang in #682
- fix(studio): expose debug runner errors by @yaozheng-fang in #683
- feat(frontend): support Markdown system prompts by @yaozheng-fang in #684
- fix(studio): preserve default title on deploy by @yaozheng-fang in #685
- feat(studio): improve runtime management and responsive layout by @yaozheng-fang in #686
- feat(studio): provision ServerlessApplicationRole on deploy by @yaozheng-fang in #687
- feat(studio): support regional cloud deployment by @yaozheng-fang in #688
Full Changelog: 1.0.5...1.0.6
Release 1.0.5
What's Changed
- feat(studio): cloud runtime agent picker + create-form redesign by @yaozheng-fang in #664
- chore(model): bump default agent model to doubao-seed-2-1-pro-260628 by @yaozheng-fang in #663
- Feat/piagent runtime by @FirstayZheng in #665
- feat: wrap generated agents with AgentServerApp by @FirstayZheng in #668
- Fix: code-selection offset in generated-project preview by @richarddancin in #666
- feat(frontend): multi-source skill picker (Skill Hub + local upload + validation) by @richarddancin in #670
- refactor(feishu_channel): 重构飞书消息文本提取逻辑 by @ziyanli33 in #671
- feat: support Ark context management and reliable inline-image tracing by @zakahan in #667
- Feat/feishu channel runtime by @FirstayZheng in #672
- Feat/secure generated agent test run by @FirstayZheng in #673
- feat(deploy): region selector, env forwarding, runtime fixes by @richarddancin in #674
- feat(studio): attach runtime IAM policies on deploy by @yaozheng-fang in #675
- fix(frontend): forward OAuth token to JWT runtimes by @yaozheng-fang in #676
- feat(studio): refine agent deployment workflow by @yaozheng-fang in #677
- feat(studio): support multimodal conversations by @yaozheng-fang in #679
- feat(agentkit): centralize generated app infrastructure by @yaozheng-fang in #678
- fix(release): avoid vendoring PiAgent binary by @yaozheng-fang in #680
New Contributors
- @richarddancin made their first contribution in #666
Full Changelog: 1.0.4...1.0.5
Release 1.0.4
What's Changed
- fix(frontend): harden frontend server (RCE/SSRF/path traversal) by @yaozheng-fang in #656
- Feat/harness skills center by @warm-wm in #658
- refactor(logging): replace loguru with stdlib logging by @yaozheng-fang in #659
- docs: add openviking and milvus config examples by @xgtcode in #660
- feat(studio): agent workbench, manage-agent, and VeFaaS studio deploy by @yaozheng-fang in #661
Full Changelog: 1.0.3...1.0.4
Release 1.0.3
What's Changed
- 增加透传tip-token到下游agent功能 by @songyichun1 in #648
- feat(knowledgebase): add milvus backend support by @xgtcode in #650
- feat(knowledgebase): add openviking backend by @xgtcode in #651
- feat(memory): add openviking long-term memory backend by @xgtcode in #652
- fix: dedupe openviking dependencies by @xgtcode in #654
- support jwt token to invoke a2a agent by @songyichun1 in #653
Full Changelog: 1.0.2...1.0.3
Release 1.0.1
What's Changed
- fix(runtime/codex): ship sandbox/network/review defaults in config.toml by @yaozheng-fang in #629
- Feat/harness a2a registry by @songyichun1 in #631
- Fix/harness a2a registry by @songyichun1 in #632
- feat(harness): apply agent description at harness agent init by @yaozheng-fang in #633
- feat(harness): add veadk harness extension by @zyn080302 in #625
- Feat/a2a call oauth by @songyichun1 in #635
- fix(codex): retry transient backend errors and restore web search in … by @yaozheng-fang in #637
- feat/adk-skillhub-integration: add ADK Skillhub integration by @xgtcode in #634
- frontend: add --auth-mode gateway + AK/SK workbench notice by @yaozheng-fang in #638
- feat(runtime/codex): pass agent skills through to Codex by @yaozheng-fang in #640
- feat(runtime/codex): execute agent MCP/function tools via the shim by @yaozheng-fang in #641
- docs(examples): add codex_with_skill_and_mcp example by @yaozheng-fang in #642
New Contributors
- @songyichun1 made their first contribution in #631
- @zyn080302 made their first contribution in #625
- @xgtcode made their first contribution in #634
Full Changelog: 1.0.0...1.0.1
0.5.40
What's Changed
- docs: 框架文档重构(导航分组、智能体子章节、File tree、侧边栏标签) by @yaozheng-fang in #606
- feat(harness): tag the AgentKit runtime with agentkit:agenttype=harness by @yaozheng-fang in #607
- feat(examples): codex_runtime_on_agentkit — deploy a runtime=codex agent to AgentKit by @yaozheng-fang in #608
- docs(examples): spell out the codex-on-AgentKit deploy choices by @yaozheng-fang in #609
- fix(examples): allow_origins so browsers can call the deployed codex agent by @yaozheng-fang in #611
- feat: run the VeADK web UI behind a key-auth API gateway (+ SSO AgentKit example) by @yaozheng-fang in #610
- feat(harness): surface skill-load errors + per-invoke max_llm_calls by @yaozheng-fang in #612
- feat(harness): surface unsupported-tool and runtime errors via an error field by @yaozheng-fang in #613
- fix(runtime+frontend): stream codex turns live; SSO-off auth endpoints return JSON by @yaozheng-fang in #615
- fix(frontend): disable workflow option in quick create by @FirstayZheng in #617
- feat: a2ui example for flight info by @FirstayZheng in #620
- fix: sso agentkit auth proxy 401 by @FirstayZheng in #619
- fix: agent list scroll by @FirstayZheng in #622
- feat(harness): mount ADK api server + A2A routes on the harness app by @yaozheng-fang in #624
- feat(harness): support once-time overrides on the streaming /run_sse path by @yaozheng-fang in #627
- feat(skills): support skillhub spaces and skills by @Rhosmarie in #626
New Contributors
- @Rhosmarie made their first contribution in #626
Full Changelog: 0.5.39...0.5.40
Release 0.5.39
What's Changed
- docs(cli): add Harness command reference (zh/en) by @yaozheng-fang in #599
- test: add contract/signature tests for new + core modules by @yaozheng-fang in #600
- docs(framework): add Runtime page under the Agent section by @yaozheng-fang in #602
- feat(harness): deployable Harness server +
veadk harnessCLI (create/add/show/deploy/invoke), with OAuth2/JWT deploy by @yaozheng-fang in #603 - refactor(harness): remove the
veadk agentkit harnesscommand group by @yaozheng-fang in #604 - fix(cli):
veadk agentkitshows no subcommands on Typer ≥ 0.26 by @yaozheng-fang in #605
Full Changelog: 0.5.38...0.5.39
Release 0.5.38
What's Changed
- feat: add trace content config by @feng-95 in #588
- fix(runtime): import AsyncCodex from openai_codex, not codex_app_server by @yaozheng-fang in #591
- fix(runtime): make codex Responses shim work against non-OpenAI backends by @yaozheng-fang in #592
- fix(runtime): codex tool loop, full-trajectory events, and protocol fidelity by @yaozheng-fang in #593
- chore(runtime): remove the unused cc (Claude Code) runtime by @yaozheng-fang in #594
- Feat/deploy to agentkit and add agent by @FirstayZheng in #595
- feat(cloud): Harness server with dynamic tools + AgentKit example by @yaozheng-fang in #596
- fix(deps): support google-adk>=1.32.0 (migrate optional deps to openai 2.x) by @yaozheng-fang in #597
- feat(harness): skill support for the Harness server + CLI by @yaozheng-fang in #598
Full Changelog: 0.5.37...0.5.38
Release 0.5.37
What's Changed
- feat(web-ui): SSO login + web UI polish + docs by @yaozheng-fang in #572
- feat(webui): upload images/PDFs from the chat composer by @yaozheng-fang in #579
- feat(web-ui): agent creation studio — codegen, preview, skills, AgentKit & A/B by @yaozheng-fang in #580
- fix(webui): add skillhub proxy to resolve 404 by @FirstayZheng in #581
- fix: enable PDF upload support for Web UI agents by @FirstayZheng in #582
- fix: use backend proxy for remote AgentKit to avoid CORS by @FirstayZheng in #584
- fix: clear error banner when switching views by @FirstayZheng in #583
- fix: hooks violation in custom agent creation by @FirstayZheng in #585
- Feat/test run generated agent by @FirstayZheng in #587
- chore: remove direct litellm dependency by @zakahan in #589
- feat(tools): add web_fetch builtin tool (HTTP fetch + readable extraction) by @yaozheng-fang in #586
New Contributors
- @FirstayZheng made their first contribution in #581
Full Changelog: 0.5.36...0.5.37
Release 0.5.36
What's Changed
- feat(a2ui): add A2UI agent-driven UI support + VeADK Web frontend by @yaozheng-fang in #566
- feat(runtime): add cc and codex runtime to enable strong harness by @yaozheng-fang in #567
- docs(examples): add graded VeADK usage examples + deployable basic-app by @yaozheng-fang in #569
- docs: rebuild documentation site on Fumadocs (bilingual zh/en) by @yaozheng-fang in #568
- chore: remove ide/ directory by @yaozheng-fang in #570
- docs: refresh all pages to a consistent Google-ADK/OpenAI style by @yaozheng-fang in #574
- feat(tunnel): connect on-prem MCP servers to a cloud agent by @yaozheng-fang in #575
- feat: ADK 1.19/2.0 cross-version regression suite + lazy-import compat fixes by @tiantt in #559
- build: derive version from git tags via setuptools-scm by @yaozheng-fang in #576
- fix(tracing): zero-pad trace_id to 32 hex + flesh out the tracing example by @yaozheng-fang in #578
- feat(tracing): record provider response id as gen_ai.response.id by @yaozheng-fang in #577
New Contributors
Full Changelog: 0.5.35...0.5.36