Highlights
- π Add **real-time web searches** to your agents using the new [Google Search Tool](https://docs.ag2.ai/docs/user-guide/reference-tools/google-api/google-search)!
- π LLM configurations can now use a new type-safe [LLMConfig](https://docs.ag2.ai/docs/user-guide/basic-concepts/llm-configuration/llm-configuration) object
- πβ‘ [`DocAgent`](https://docs.ag2.ai/docs/user-guide/reference-agents/docagent) can now add citations! [See howβ¦](https://docs.ag2.ai/docs/use-cases/notebooks/notebooks/agents_docagent#%5Bwith-citations-support%5D-ingesting-local-documents-and-answering-questions)
- π¦π [`DocAgent`](https://docs.ag2.ai/docs/user-guide/reference-agents/docagent) can now use any LlamaIndex vector store for embedding and querying its ingested documents! [See how...](https://docs.ag2.ai/docs/use-cases/notebooks/notebooks/LlamaIndex_query_engine)
- π 9 x Swarm patterns with [full code examples](https://docs.ag2.ai/docs/user-guide/advanced-concepts/pattern-cookbook/overview)
- Termination messages added to indicate why a workflow ended
- π Many improvements to documentation
- π οΈ Fixes, fixes and more fixes
β₯οΈ Thanks to all the contributors and collaborators that helped make the release happen!
What's Changed
* Updated support for OpenAI package 1.66.2 by marklysze in https://github.com/ag2ai/ag2/pull/1320
* [Docs] Add blogs to mkdocs by harishmohanraj in https://github.com/ag2ai/ag2/pull/1312
* Remove pysqlite3-binary dependency by rjambrecic in https://github.com/ag2ai/ag2/pull/1301
* Fix failing tests on Windows by harishmohanraj in https://github.com/ag2ai/ag2/pull/1329
* Add row to MAINTAINERS.md by giorgossideris in https://github.com/ag2ai/ag2/pull/1317
* Integrate fast-depends into the repo by davorrunje in https://github.com/ag2ai/ag2/pull/1327
* Add guidance on using GOOGLE_GEMINI_API_KEY by marklysze in https://github.com/ag2ai/ag2/pull/1318
* Termination messages by marklysze in https://github.com/ag2ai/ag2/pull/1336
* Correct code execution document text by marklysze in https://github.com/ag2ai/ag2/pull/1335
* Suppress warnings by marklysze in https://github.com/ag2ai/ag2/pull/1334
* [Docs]: Swarm Patterns documentation by marklysze in https://github.com/ag2ai/ag2/pull/1255
* Add package version to import utils by davorrunje in https://github.com/ag2ai/ag2/pull/1331
* Implement GoogleSearchTool by rjambrecic in https://github.com/ag2ai/ag2/pull/1315