Skip to content

RoqueGio/agent_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLM Agent con FastAPI + LangGraph + Ollama + Phoenix

Iniciar

podman-compose up -d

Detener

podman-compose down

Primer uso (descargar modelo)

podman-compose up -d --build
podman exec -it ollama ollama pull llama3.1:8b

Probar

Para probar la API con FastAPI:

http://127.0.0.1:8000/docs

Para observability con Phoenix:

http://127.0.0.1:6006

Comandos Útiles

# Ver logs
podman logs -f llm-agent

# Entrar al contenedor
podman exec -it llm-agent bash

About

Código mínimo para un agente local usando LangGraph

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors