stevenlu

Results 70 comments of stevenlu

I am very much looking forward to seeing the progress of this work! I have recently realized the importance of extracting entities based on classes or functions, which is exactly...

Last time you mentioned r2r, and I did some research on it. I wrote a long-term memory module to test its performance, but due to recent personal matters, I haven't...

Hi, thank you very much for your suggestion. A project like llamafile is significant in reducing installation difficulties! Since Llamafile provides an API compatible with OpenAI, I tried modifying the...

Thank you for the information! This is indeed the first time I've heard about the Playwright option. I will look into this library and see if we can implement a...

I've created a new web browser based on playwright (modules/AWebBrowserPlaywright.py).

The function call syntax seems fine. The reason for the repeated calls is likely due to one scenario: the file_researcher keeps returning some invalid nonsense, causing the main agent to...

Although AIlice widely uses a "standard" function call syntax, it actually supports more user-customized function call formats (but due to the limitations of regular expressions, we may not be able...

This situation occurs from time to time. There are usually a few possibilities: The LLM did not see the error output. This is not common, as the LLM should see...

This feature is suitable to be developed into a module providing code editing functions, essentially a code editor with advanced features. In this module, we need to expose a series...

The idea here can be divided into two parts: one is to prompt the agent to use git for version control, and the other is the code editor we discussed...