microsoft / microsoft/typeagent-py
Rewrite answers.py to match the TS version
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 884
- Forks
- 75
- Avg merge
- 3h 2m
- Merged PRs (30d)
- 2
Description
I have a feeling we need to improve the answer generation, and my best bet is that we would be better off copying the logic of the TypeScript answer generation code.
This is a pretty big project (you almost have to start from scratch) but it is self-contained -- almost all the current logic is in answers.py.
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 with answers.py and compare its current answer-generation logic with the TypeScript answer-generation implementation. Map the existing Python behavior to the TypeScript version and verify that the rewritten Python implementation matches it; the issue does not name specific tests or entry points.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, typescript
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100