personal ai agent by local LLM (llama...)
install ollama in your local host
https://github.com/ollama/ollama
macOS 15.2 24C101
MACBOOK PRO M1 Pro 16GB
ollama 0.5.1
- llama3.2
- llama3 python3 3.12/3.13
python3 local_aiagent.py
according prompt to input to local ai agent
uvicorn app:app --host 0.0.0.0 --port 8080
then open web browser to access from localhost or ip address port 8080
such as home page in
show all available API
send questions to AI Agent
save current ai conversation history to agent_user.json
show all ai agent conversation