Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add integration tests utils #133

Open
NikitaZotov opened this issue Aug 20, 2022 · 0 comments
Open

Add integration tests utils #133

NikitaZotov opened this issue Aug 20, 2022 · 0 comments
Labels
L3 Hard issue tests Code is covered by new tests

Comments

@NikitaZotov
Copy link
Member

NikitaZotov commented Aug 20, 2022

Describe the solution you'd like

  • Add utils for agents workflow to tests them;
  • Add utils to check memory state, compare it versions.

Describe alternatives you've considered

Firstly, it would be cool to check the performance of agents, for example, through memory states before and after. It is necessary to create specialized utilities that would allow checking the initial state of memory by templates, and then the final state of memory, which has changed as a result of the execution of some functionality. Secondly, there is also a need to create test chains for agents. Since agents are usually executed sequentially, it is necessary to implement the ability to configure these chains: agents in it, inputs, outputs of these agents, as well as branches

@NikitaZotov NikitaZotov added the tests Code is covered by new tests label Aug 20, 2022
@NikitaZotov NikitaZotov added the L3 Hard issue label Sep 15, 2022
NikitaZotov pushed a commit to NikitaZotov/sc-machine that referenced this issue Apr 4, 2023
* Add bibliography
* Fix typos
Co-authored-by: bsuir-cs <zahariev@bsuir.by>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L3 Hard issue tests Code is covered by new tests
Projects
None yet
Development

No branches or pull requests

1 participant