cheshire-cat-ai / core

Production ready AI agent framework
https://cheshirecat.ai
GNU General Public License v3.0
2.14k stars 282 forks source link

Addition of a New Devcontainer #855

Closed Chida82 closed 1 week ago

Chida82 commented 2 weeks ago

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

This pull request introduces a new devcontainer alongside the existing one, providing developers with a choice of which devcontainer to use. This second devcontainer is designed to be compatible with both VS Code and VS OSS, and it does not generate errors when launching the devcontainers. Additionally, it allows for more standard debugging through the debugging of the python module cat.main.

example of launch.json { "version": "0.2.0", "configurations": [ { "name": "Python Debugger: Module", "type": "debugpy", "request": "launch", "module": "cat.main" } ] }

Type of change

Checklist:

Chida82 commented 1 week ago

It's no good, there is other file, redo