Skip to content

Sothebaebys/Cobol_Agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Agent-Tools Architectures – Example Notebooks

Tech Stack

  • Python
  • Marimo – A modern alternative to Jupyter for interactive notebooks
    // pip install marimo

AI Models

The examples use MistralAi models by default. You're welcome to switch to any model provider of your choice.

Project Structure

All the example notebooks and code are located in the Notebook/ directory.

Setup Instructions

1. Install Poetry

Poetry is the dependency manager used in this project. Follow the official installation guide to set it up on your system.

//pip install poetry

2. Install Project Dependencies

poetry install

3. Setup MistralAI key

Copy the file .env.example as .env and put your key in the MISTRAL_AI_KEY field

4. Launch the Notebooks

Use Marimo to edit and run the notebooks:

marimo edit Notebook/agente.py

poetry run marimo edit Notebook/agente.py

About

Un agente AI basato su LangChain per l'analisi, la documentazione e il supporto al refactoring di sistemi legacy COBOL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages