From <a href="https://github.com/gptscript-ai/gptscript/blob/main/docs/README-USECASES.md#agents-and-assistants">https://github.com/gptscript-ai/gptscript/blob/main/docs/REA...</a>:<p>> In GPTScript, agents and assistants are implemented using tools. Tools can use other tools. Tools can be implemented using natural language prompts or using traditional programming languages such as Python or JavaScript. You can therefore build arbitrarily complex agents and assistants in GPTScript. Here is an example of an assistant that leverages an HTTP client, MongoDB, and Python code generation to display Hacker News headlines: hacker-news-headlines.gpt<p><a href="https://github.com/gptscript-ai/gptscript/blob/main/examples/hacker-news-headlines.gpt">https://github.com/gptscript-ai/gptscript/blob/main/examples...</a>