ccbeb68937
- Added new tools for generating and applying safe patches using Mistral. - Implemented a local embedding index for repository files to facilitate search functionality. - Created a schema for validating patch JSON structure. - Developed various prompts for different agent roles (Architect, PM, QA, etc.) to guide Mistral's output. - Established a set of scope allowlists to ensure safe application of patches. - Included documentation for agents and systems correspondence. - Added requirements for Mistral dependencies in requirements-mistral.txt.
5 lines
66 B
Plaintext
5 lines
66 B
Plaintext
mistralai>=1.0.0
|
|
jsonschema>=4.21.0
|
|
pydantic>=2.6.0
|
|
numpy>=1.26.0
|