Reinier van der Leer

Results 513 comments of Reinier van der Leer

We're working on this. TODO's so far: - [ ] Improve web browsing capabilities - [x] **[feat(agent/web): Improve read_webpage information extraction abilities](https://github.com/Significant-Gravitas/AutoGPT/commit/55433f468ac2db18761768d4aa19fdf9c63db5d4)** - [x] #6778 - [ ] Explore whether...

@MKdir98 a PoC for this issue needs changes to both the prompt and the parsing stage. For example you could try converting the `OneShotPromptStrategy` in [`autogpt/agents/prompt_strategies/one_shot.py`](https://github.com/Significant-Gravitas/AutoGPT/blob/master/autogpts/autogpt/autogpt/agents/prompt_strategies/one_shot.py) to use XML instead...

Pre-selecting content that the AI can access is a good idea. For the implementation, I think it would be beneficial to also insert the whitelist in the prompt. That way...

@dboggs95 I am working on a better configuration system. For now, the easiest is to put them in .env though. As a shortcut, you could make it purely a whitelisting...

* Hostname is fine for now * Allowlist+denylist sounds good * What if both are set?

AFAIK Docker doesn't support playing audio anyways, does it?

It may be valuable to combine this with #6253. This combination would make the experience of using the feature very similar to ChatGPT with the integrated code interpreter. For example,...

@MKdir98 to clarify: * Yes, the goal is to persist the effects of `execute_python_code` executions, so that the agent can achieve results step by step instead of having to execute...