PytorchConnectomics / PytorchConnectomics/pytc-client
improvement: make project context -> agent editable to user
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
though we have been hard coding specific project details as context to our agents, the ideal/intended behavior is for the user to be able to tell the client/agent what exactly the content of their project is
implementation should be:
- UI elt/menu where the user can describe their project context in natural language and have it stored
- internal pipeline to have an llm "digest" their semantic description as a standardized context format to feed into the project agent.....(asking follow-up questions if needed?)
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
Start by locating where project details are currently hard-coded and how the project agent receives context. Define the UI menu and storage for a natural-language description, then trace the internal pipeline that should digest it into standardized context. Done means users can edit the description and the agent receives the resulting context, with follow-up questions handled if needed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- ai, frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100