Releases: VectorInstitute/agent-bootcamp
Releases · VectorInstitute/agent-bootcamp
v0.3.0
v0.2.0
What's Changed
- Bump JamesIves/github-pages-deploy-action from 4.7.3 to 4.8.0 by @dependabot[bot] in #67
- Bump pillow from 12.1.1 to 12.2.0 by @dependabot[bot] in #76
- Bump pytest-cov from 7.0.0 to 7.1.0 by @dependabot[bot] in #73
- Bump mkdocs-material from 9.6.23 to 9.7.6 by @dependabot[bot] in #74
- Bump cryptography from 46.0.5 to 46.0.7 by @dependabot[bot] in #75
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #65
- Bump actions/download-artifact from 4 to 8 by @dependabot[bot] in #68
- Bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #66
- Bump python-multipart from 0.0.22 to 0.0.26 and fix security vulnerabilities by @amrit110 in #89
- Bump authlib from 1.6.9 to 1.6.11 by @dependabot[bot] in #78
- Bump mkdocstrings-python from 1.18.2 to 2.0.3 by @dependabot[bot] in #70
- Bump pytest from 8.4.2 to 9.0.3 by @dependabot[bot] in #77
- Bump aiohttp from 3.13.3 to 3.13.4 by @amrit110 in #90
- Bump astral-sh/setup-uv from 6.0.1 to 8.1.0 by @dependabot[bot] in #69
- Bump ruff from 0.14.3 to 0.15.11 by @dependabot[bot] in #71
- Bump urllib3 from 2.5.0 to 2.6.3 in /aieng-agents/aieng/agents/web_search by @dependabot[bot] in #86
- Bump python-multipart from 0.0.20 to 0.0.26 in /aieng-agents/aieng/agents/web_search by @dependabot[bot] in #88
- Bump pygments from 2.19.2 to 2.20.0 in /aieng-agents/aieng/agents/web_search by @dependabot[bot] in #84
- Bump protobuf from 6.33.0 to 6.33.5 in /aieng-agents/aieng/agents/web_search by @dependabot[bot] in #85
- Bump pyasn1 from 0.6.1 to 0.6.3 in /aieng-agents/aieng/agents/web_search by @dependabot[bot] in #83
- Bump numpy from 2.2.6 to 2.4.4 by @dependabot[bot] in #72
- Bump requests from 2.32.5 to 2.33.0 in /aieng-agents/aieng/agents/web_search by @dependabot[bot] in #82
- Bump actions/checkout from 4.2.2 to 6.0.2 by @dependabot[bot] in #92
- Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 by @dependabot[bot] in #91
- Bump lxml from 6.0.4 to 6.1.0 by @dependabot[bot] in #94
- Bump python-dotenv from 1.2.1 to 1.2.2 in /aieng-agents/aieng/agents/web_search by @dependabot[bot] in #93
- Bump pre-commit from 4.5.1 to 4.6.0 by @dependabot[bot] in #95
- Bump ruff from 0.15.11 to 0.15.12 by @dependabot[bot] in #97
- Bump ipython from 9.12.0 to 9.13.0 by @dependabot[bot] in #96
- refactor(aieng-agents)!: split
aieng-agentsinto optional [extra] dependencies by @fcogidi in #98
New Contributors
- @dependabot[bot] made their first contribution in #67
Full Changelog: v0.1.2...v0.2.0
v0.1.2
Full Changelog: v0.1.1...v0.1.2
aieng-agents v0.1.1
What's Changed
- Fix import side effect by @fcogidi in #63
- Upgrade dependencies to fix pip-audit error by @fcogidi in #64
Full Changelog: v0.1.0...v.0.1.1
aieng-agents v0.1.0
What's Changed
- Gemini polish by @jacobthebanana in #3
- Updated README.md by @jacobthebanana in #4
- Eliminated references to 3rd Party datasets. by @jacobthebanana in #5
- 3.2 Added diversity estimation logic by @jacobthebanana in #6
- Unified system instructions. Added streaming to Agent SDK examples. by @jacobthebanana in #7
- Planner worker by @jacobthebanana in #9
- Fix broken code checks, add missing install step by @amrit110 in #8
- Added 3.2 diversity visualization by @jacobthebanana in #10
- Fix log filtering by @fcogidi in #11
- Added code interpreter reference implementations. by @jacobthebanana in #12
- Revised knowledgebase output to be human-friendly in observability tool. by @jacobthebanana in #14
- Add chunking script by @fcogidi in #13
- Clean-up and swtiched to gradio for hot-reload. by @jacobthebanana in #22
- Upgrade jupyterlab, authlib and pip by @fcogidi in #29
- Use set_up_logging function across multiple modules by @fcogidi in #28
- Fix data diversity visualization by @fcogidi in #30
- Add search tool server by @fcogidi in #31
- Add test to check keys for onboarding by @amrit110 in #33
- Fix LANGFUSE_HOST env variabe setup by @amrit110 in #35
- Bump to v0.3.5 of onboard command adding web search url by @amrit110 in #36
- Added build-system by @jacobthebanana in #34
- Update Tool Server by @fcogidi in #37
- Add web search tool by @fcogidi in #32
- Bump onboard tool version to use 0.3.6 by @amrit110 in #39
- Added option to override E2B template. by @jacobthebanana in #16
- Fixed import errors in diversity visualization. by @jacobthebanana in #41
- Add Mulit-agent Implementation with Web Search Tool by @fcogidi in #38
- Add MCP coded git example with gradio and langfuse integration by @Lespernater in #40
- Add fan-out reference implementation by @jacobthebanana in #44
- Update Gemini model version by @fcogidi in #47
- Bump deps to fix vulnerabilties identified by pip-audit by @amrit110 in #48
- Added sql synthetic data example. by @jacobthebanana in #42
- Update management of env vars by @fcogidi in #50
- Refactor Reference Implementations by @fcogidi in #51
- Enable Langfuse sessions by @fcogidi in #52
- Support showing plots in Gradio UI by @fcogidi in #53
- Refactor evaluation scripts by @fcogidi in #54
- Add script to parse PDFs to huggingface dataset by @fcogidi in #55
- Update README.md for clarity on
.envfile by @fcogidi in #56 - Refactor codebase to package utility modules for distribution by @fcogidi in #57
- Add publish workflow by @amrit110 in #62
New Contributors
- @jacobthebanana made their first contribution in #3
- @amrit110 made their first contribution in #8
- @fcogidi made their first contribution in #11
- @Lespernater made their first contribution in #40
Full Changelog: https://github.com/VectorInstitute/agent-bootcamp/commits/v0.1.0