samepage-network / samepage.network

samepage.network
MIT License
10 stars 2 forks source link

Adding agent bootstrap script #139

Closed dvargas92495 closed 6 months ago

dvargas92495 commented 6 months ago

Agents are going to essentially be ec2 instances. This is how we interact with other employees in our day to day - they are just other computers for all that we know.

There will be a lot more thought required for how to onboard any employee. This script starts to onboard a specific agent - an engineer that completes ticketed tasks. By honing in on this use case, we could start to learn the workflows it needs to perform its day-to-day, solving the onboarding problem in parallel.

The expected flow:

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 26.01%. Comparing base (d4b5697) to head (d5652f0).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #139 +/- ## ======================================= Coverage 26.01% 26.01% ======================================= Files 382 382 Lines 30746 30747 +1 Branches 786 786 ======================================= + Hits 7999 8000 +1 Misses 22727 22727 Partials 20 20 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mdroidian commented 6 months ago

👍