Metadata-Version: 2.4
Name: cmc-csci040-yyuan29
Version: 0.9.0
Summary: A pirate chatbot
Author-email: Yumo Yuan <yyuan29@cmc.edu>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: groq
Requires-Dist: python-dotenv

# Yumo's Python LLM
![doctest](https://github.com/yyuan29/python_llm/actions/workflows/doctest.yml/badge.svg)

![integration-tests](https://github.com/yyuan29/python_llm/actions/workflows/test_integration.yml/badge.svg)

![flake8](https://github.com/yyuan29/python_llm/actions/workflows/flake8.yml/badge.svg)

[![coverage](https://img.shields.io/badge/coverage-90%25-brightgreen)](#)

A command-line chat agent that uses Groq's LLM API. The agent is able to hold conversations and answer questions. It can also call built-in tools: (`calculate`, `cat`, `grep`, `ls`). 

Here is a gif of a working example of my code: 
![Demo](output.gif)


