EmergenceAI / Agent-E

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

Simplify imports #5

Closed AakashKumarNain closed 2 months ago

AakashKumarNain commented 3 months ago

This PR simplifies the high-level and module level imports. Once incorporated, the user should be able to import modules like this:

from ae.core.skills import click

instead of

from ae.core.skills.click_using_selector import click

Let me know if you have any questions

teaxio commented 2 months ago

reviewed and tested