* Split apart component infra to allow for abstract class integration
* fix is_component_class check
* make is_ functions type guards
* Simplify component creation
* undo changes
* Format
* Add tiktoken as a dependency in pyproject.toml
Signed-off-by: Johan Forngren <johan.forngren@decerno.se>
Update uv.lock with tiktoken dependency from fbfdc9f652384b70f7461c90ada13f87e83677e0
Signed-off-by: Johan Forngren <johan.forngren@decerno.se>
* Updating autogen-ext dependencies per https://github.com/microsoft/autogen/pull/5008#issuecomment-2585383877
Signed-off-by: Johan Forngren <johan.forngren@decerno.se>
---------
Signed-off-by: Johan Forngren <johan.forngren@decerno.se>
Co-authored-by: Victor Dibia <victordibia@microsoft.com>
* Add lock for input and output management in m1
* Use event to signal it is time to prompt for input
* undo stop change
* undo changes
* Update python/packages/magentic-one-cli/src/magentic_one_cli/_m1.py
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* reduce exported surface area
* fix
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
Co-authored-by: Hussein Mozannar <hmozannar@microsoft.com>
* Add AGS to README.md
* Add appdir argument to avoid conflicting with older .autogenstudio home directory files.
---------
Co-authored-by: Victor Dibia <victordibia@microsoft.com>
* Fix: Properly await `agent.run()` in README `Hello World` example
- Updated the `Hello World` code sample to use `asyncio` for proper coroutine handling.
- Resolved `RuntimeWarning` caused by not awaiting the `agent.run()` method.
- Ensures the example executes correctly without errors or warnings.
* Add await to agent.run call in index.md
* Fix hello world
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* Make package readmes slightly less empty
* Update python/packages/autogen-ext/README.md
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* Simplify README
* Update README with improved badge links and section titles
* Enhance README with additional AutoGen Studio links and badges
* Update README to change autogenstudio badge color to purple
* Update README with example of AI agents collaboratively writing a poem
* Add Examples section to README with link to examples
* Add asyncio import to Minimal Python Example in README
* Update README with example of multi-agent system for plotting stock prices
* Add Quick Start section to README with installation instructions
* Update README to reflect upcoming features with placeholders for installation, quickstart, tutorial, API reference, and packages
* Update Tutorial link in README to include additional resource
* Update installation link in README to point to the correct user guide
* Add landing image to README and enhance visual appeal
* Update installation link in README for Autogen Studio user guide
* Update README.md
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
* Update README.md
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
* Update Studio link in README to point to the correct GitHub directory
* Update README.md
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
* Add migration guide reference for upgrading from AutoGen v0.2 in README
* Fix Studio link in README to point to the correct directory
* Update README to include links for Core API, AgentChat API, and Extensions API
* Update README.md
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* Update README.md
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* Fix AutoGen Studio link in README for accurate navigation
* Replace PyPi badges with a Documentation badge in README
* Update README.md
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* Update README.md
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* Update README.md
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* Improve README.md: clarify installation instructions, enhance descriptions of AutoGen features, and format content for better readability.
* Update README.md: add AutoGen Bench section for benchmarking agent performance
* Update README.md: clarify AutoGen framework description and add developer tools section
* Update README.md: enhance AutoGen framework description and clarify cross-language support
* Update README.md: clarify AgentChat API description and its relation to Core API
* Update README.md: refine descriptions of AutoGen framework and ecosystem, enhancing clarity and readability
* Update README.md: rename "Quick Start" section to "Installation" and enhance developer tools descriptions
* Update readme
* Update example
* Update quickstart
---------
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>