Skip to content

chore: add autograph agents

Mikołaj Wawrzyniak requested to merge mwaw/add_duo_workflow_agents into main

What does this merge request do and why?

Autograph is an in house framework built on top of LangGraph. It is designed to provide high level interface that enable flexible multi agent workflow composition.

This commit adds 2 initial agents that will be included into Autograph.

Builds towards design outlined at https://www.youtube.com/watch?v=1ovtls_DOco

How to set up and validate locally

Use this notebook

scratchpad.ipynb

Numbered steps to set up and validate the change are strongly suggested.

Merge request checklist

  • Tests added for new functionality. If not, please raise an issue to follow up.
  • Documentation added/updated, if needed.
Edited by Mikołaj Wawrzyniak

Merge request reports