{"library":"pw-agent","title":"PastaWater Agent","description":"A CLI coding assistant powered by your Ollama GPUs. Uses local LLMs for code generation, chat, and agentic workflows. Current version: 1.50.40. Released frequently via PyPI.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install pw-agent"],"cli":{"name":"pw-agent","version":"pw-agent 1.50.40"}},"imports":["from pw_agent import PastaWaterAgent"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from pw_agent import PastaWaterAgent\nimport os\n\nagent = PastaWaterAgent(\n    ollama_host=os.environ.get('OLLAMA_HOST', 'http://localhost:11434'),\n    model='codellama'\n)\nresponse = agent.chat(\"Write a Python function to compute Fibonacci numbers.\")\nprint(response)","lang":"python","description":"Initialize the agent with an Ollama host and model, then send a chat message.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}