Agentics A minimal LLM agent library. Installation pip install agentics Usage from agentics import LLM llm = LLM("You are a helpful assistant") response = llm("Hello!") print(response)