frdel / agent-zero

Agent Zero AI framework
Other
3.32k stars 786 forks source link

capabilities #6

Open mishav78 opened 1 month ago

mishav78 commented 1 month ago

can it completely code a Chrome extension? Please put in the readme file and here the kind of things it can do like search for emails of top computer programmers on the web and email them job offers stuff like that because it is unclear what the capabilities are. Thanks

andkoma commented 1 month ago

I think this type of "features" depend on the response of the involved llm's, the complexity of the request and the testability of the produced code.

single shot experiment: Agent 0: reponse: The Chrome extension has been created. Here are the steps to load and test it in Chrome:

  1. Open Google Chrome.
  2. Go to the Extensions page by entering chrome://extensions/ in the address bar.
  3. Enable 'Developer mode' by toggling the switch in the top right corner.
  4. Click on 'Load unpacked' and select the 'chrome_extension' directory where the extension files are located.
  5. The extension should now appear in your list of extensions.
  6. Click on the extension icon in the toolbar to open the popup.
  7. Click the 'Change Color' button to change the background color of the current webpage.

This simple extension demonstrates how to interact with the active tab and execute scripts. chrome_extension.zip


please test and give feedback ;-)

mishav78 commented 1 month ago

can it make a more complicated extension like honey. A coupon and promo code extension.

andkoma commented 1 month ago

do you have specific requirements for such a implementation or just a the same like reference? As any programmer, also these agents need to be streamlined what the should do and in sw development a high level requirement document is a good starting point to describe a to-be-created software package. For a honey like application there are at least a frontend and a backend system needed and the coupons and promo extensions need to be feeded somehow into the backend database to be available for the frontend at the right time and page in the shopping basket/payment phase(s).

mishav78 commented 1 month ago

since it's a general purpose agent can it make the requirements?

andkoma commented 1 month ago

That’s the idea of a flexible agent system. Start at ground zero and grow.

Am 29.07.2024 um 23:09 schrieb mishav78 @.***>:

since it's a general purpose agent can it make the requirements?

— Reply to this email directly, view it on GitHub https://github.com/frdel/agent-zero/issues/6#issuecomment-2257010354, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABYFEB2HRGHQO7YXEX5J7KTZO2VRRAVCNFSM6AAAAABLTMVKYGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENJXGAYTAMZVGQ. You are receiving this because you commented.

andkoma commented 1 month ago

Bzw: AI is also not bad in creating a skeleton for such documents based on NLP.

Am 29.07.2024 um 23:09 schrieb mishav78 @.***>:

since it's a general purpose agent can it make the requirements?

— Reply to this email directly, view it on GitHub https://github.com/frdel/agent-zero/issues/6#issuecomment-2257010354, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABYFEB2HRGHQO7YXEX5J7KTZO2VRRAVCNFSM6AAAAABLTMVKYGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENJXGAYTAMZVGQ. You are receiving this because you commented.