PytorchConnectomics / PytorchConnectomics/pytc-client
feature: task-wise agents
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
as a part of the amped up agentic integration into the app, Grace and Donglai reccomend that we have the following agent split:
- A project management agent
- One agent per task (AKA module loaded)
When queried respectively,
- the project management agent should provide high level insight on what the user should do next in their workflow to advance their project goals
- the taskwise agents should provide more granular insight on how to go about doing a given task in a module (i.e. training a model might seem quite intuitive to us, but is certainly not for a user)
substantial ideation on this thread should be done, but some key implementation steps should likely be:
- Spawning of an initial pool of agents on app startup (not just the one)
- Creation/configuration of context to provide to respective agents
The crux of this task should be the creation of the taskwise agents, not the refinement of the existing project management agent
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named. Start by tracing app startup and the existing project management agent, then determine how task/module context should reach separate agents; done means task-wise agents can provide granular guidance while the project management agent retains its high-level role.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- ai
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100