Metadata-Version: 2.4
Name: llm-agents-from-scratch
Version: 0.0.2
Summary: Build an LLM agent, equipped with MCP, from scratch.
Author-email: Andrei Fajardo <andrei@nerdai.io>
License-Expression: Apache-2.0
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: asyncio>=3.4.3
Requires-Dist: jsonschema>=4.24.0
Requires-Dist: mcp[cli]>=1.9.4
Requires-Dist: ollama>=0.5.1
Requires-Dist: pydantic>=2.11.7
Description-Content-Type: text/markdown

# LLM Agents From Scratch

---------------------------------------------------------------------------------------
[![Linting](https://github.com/nerdai/llm-agents-from-scratch/actions/workflows/lint.yml/badge.svg)](https://github.com/nerdai/llm-agents-from-scratch/actions/workflows/lint.yml)
[![Unit Testing and Upload Coverage](https://github.com/nerdai/llm-agents-from-scratch/actions/workflows/unit_test.yml/badge.svg)](https://github.com/nerdai/llm-agents-from-scratch/actions/workflows/unit_test.yml)
[![codecov](https://codecov.io/gh/nerdai/llm-agents-from-scratch/graph/badge.svg?token=I1CXFJXEXK)](https://codecov.io/gh/nerdai/llm-agents-from-scratch)
