Get the latest tech news
Gremllm
A slight upgrade to the Gremlins in your code. Contribute to awwaiid/gremllm development by creating an account on GitHub.
Every method call and attribute access goes through a gremllm to decide what code to execute. Dynamic Behavior: Objects implement methods and properties on-the-fly using LLM reasoning Wet Mode: Method calls return living gremllm objects instead of plain values for infinite chaining Verbose Mode: See exactly what code the LLM generates with verbose=True Multi-Model Support: Use OpenAI, Claude, Gemini, or local models via the llm library Inheritance: Child objects automatically inherit wet and verbose settings Smart Error Handling: Graceful fallbacks when libraries aren't available or code fails Wet mode creates an immersive experience where method calls return gremllm objects instead of plain values, allowing infinite chaining and interaction:
Or read this on Hacker News