microsoft / autogen

A programming framework for agentic AI. Discord: https://aka.ms/autogen-dc. Roadmap: https://aka.ms/autogen-roadmap
https://microsoft.github.io/autogen/
Creative Commons Attribution 4.0 International
29.82k stars 4.35k forks source link

[AutoGen Studio] Test Suite for AutoGen Studio #1456

Open victordibia opened 6 months ago

victordibia commented 6 months ago

What

As AutoGen Studio grows in functionality, it would be great to get more principled about how we add features and general reliability. A good first step would be to start writing a suite of tests for autogenstudio components.

Potential Work Items

Some example modules to start writing tests for

Should follow similar pytest convention used in main autogen tests.

gagb commented 6 months ago

Great idea!

ankit-varma10 commented 6 months ago

Hello there! I'm new to this repo, but would like to contribute to the test suite.

Could you please assign this to me? Also, are the any code pointers to get a sense of what an integration should look like.

victordibia commented 6 months ago

Hi @ankit-varma10

We can follow the general convention of the tests in the autogen main. We can start with tests for the workflowmanager, following the notebooks.

Hk669 commented 1 month ago

@victordibia can we unassign this issue from @ankit-varma10 , seems to be inactive. will open for other first time contributors.

victordibia commented 1 month ago

Sounds good to me