Wean off current directory dependency #20
Labels
No labels
agent
blocked
agent
new
agent
review
agent
working
complexity
high
complexity
low
priority
high
priority
low
priority
medium
risk
high
risk
low
risk
medium
type
bug
type
chore
type
feature
type
security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tfks/fjx#20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, an agent uses its current working directory to detect which project to work for. Ideally, there is one running agent per role. As implemented now, if we wanted agents running autonomously, we would either need to:
Option 1 is the currently supported method and has the nice side-effect that the owner has more fine-grained control over "productivity" at the cost of more manual futzing. Option 2 is a bit risky in that it gives agents more room to go off the rails. Option 3 is the best, especially since we won't want long-running agents - we want to one-shot agents, do their work, then exit.
To summarize, we need to start developing the executor service. It needs to run on both Mac & Linux, so one option is to run everything inside a container. This provides portability as well as some agent sand-boxing.
Needs:
Wants: