EmergenceAI / Agent-E

Agent driven automation starting with the web. Discord: https://discord.gg/wgNfmFuqJF
MIT License
345 stars 46 forks source link

Nested chat for hierarchial planning #35

Closed deepak-akkil closed 2 weeks ago

deepak-akkil commented 1 month ago
  1. Nested chat for hierarchial planning
  2. Prompt changes in many places to make planning work
  3. Reintroduced key combination skill set (useful for pagedown, and enter).
  4. Changes to text entry to ensure previous search term is removed from field
  5. Early version of mutation observer implementation and ability for skills to listen to DOM changes (This only triggers when new elements are added to DOM. In reality, the implementation of popups or dropdowns as a consequence of user action may differ to toggling visibility, opacity or display style attribute)
  6. Added todays date as part of the prompt. Many tasks may require it. (e.g. what is the cheapest flight from A to B today?)
  7. Changes to evaluator to run webvoyager benchmark. Revert some of the cost related logging in evaluator since autogen does not return cost computation in results when nested chat is used.
  8. Add ALT text of images as part of text_only DOM content_type
deepak-akkil commented 2 weeks ago

Introduce hierarchial planning