A collection of projects exploring different aspects of AI agent development.
- Implementation of GPT from scratch using PyTorch
- Tokenization experiments with SentencePiece and tiktoken
- Dataset: Tiny Shakespeare
- Terminal-based agent using LangGraph and DuckDuckGo Search
- Features tool usage and response formatting
- Implements a state machine for agent workflow
- Retrieval Augmented Generation with LlamaIndex
- Custom retriever tool for guest information
- Ollama integration for local LLM operations
- For details, please check project section & Medium post!
- Clone repository:
git clone https://github.com/your-username/agents-practice.git
cd agents-practice
- Create conda environment:
conda env create -f 000_llm_practice/001_gpt_from_scratch/agentenv_backup
conda activate agentenv