Show HN: LLMEasyTools – Tools for LLM agents (Python lib) https://ift.tt/sGbfF8V

Show HN: LLMEasyTools – Tools for LLM agents (Python lib) A year ago I started working on a agentic RAG idea [1]. I quickly decided that I don't like the existing frameworks and started writing everything from scratch. The agentic RAG is not yet ready - but I extracted the code for dealing with function calling and published it. It is a small library for generating schemas from function signatures and for calling these functions using parameters constructed by the LLM. There is not much code in it - but it is not as trivial as it would seem when you try to cover all the possible cases. I think it is now quite well tested and useful. 1 - https://ift.tt/b796weo... https://ift.tt/htmVqbH August 12, 2024 at 02:14AM

No comments:

Show HN: JSON Tools – Privacy-first JSON formatter, differ, and converter https://ift.tt/VP1Xw8M

Show HN: JSON Tools – Privacy-first JSON formatter, differ, and converter I built a collection of browser-based JSON tools at json.jobby-tim...