LICENSE
README.md
pyproject.toml
setup.py
tests/test_template_utils.py
tests/test_template_utils_split_words.py
wukong/__init__.py
wukong/cli.py
wukong/code_review.py
wukong/coder.py
wukong/coding_assistant.py
wukong/llmclient.py
wukong/project_create.py
wukong/project_init.py
wukong/shell.py
wukong/source_code_utils.py
wukong/version.py
wukong/wukong_config.py
wukong/agents/file_mcp_client.py
wukong/agents/file_mcp_server.py
wukong/commands/__init__.py
wukong/commands/cli_utils.py
wukong/commands/fastapi_project_init.py
wukong/commands/flask_codegen.py
wukong/commands/flask_crud.py
wukong/commands/flask_project_init.py
wukong/commands/jinja2_template_render.py
wukong/commands/rdb_metadata_extractor.py
wukong/commands/setup_database.py
wukong/commands/template_utils.py
wukong/commands/vue_project_init.py
wukong/commands/wukong_env.py
wukong/commands/samples/__init__.py
wukong/commands/samples/app.py.txt
wukong/commands/samples/commands.py.txt
wukong/commands/samples/errors.py.txt
wukong/commands/samples/extensions.py.txt
wukong/commands/samples/flask_config.py.txt
wukong/commands/samples/flaskenv.txt
wukong/commands/samples/gitignore.txt
wukong/commands/samples/helpers.py.txt
wukong/commands/samples/model_base.py.txt
wukong/commands/samples/pytest.ini
wukong/commands/samples/requirements.txt
wukong/commands/samples/router.py.txt
wukong/commands/samples/wsgi.py.txt
wukong/commands/templates/backend/Dockerfile.j2
wukong/commands/templates/backend/api_resource.py.j2
wukong/commands/templates/backend/config.py.j2
wukong/commands/templates/backend/crud.py.j2
wukong/commands/templates/backend/dao.py.j2
wukong/commands/templates/backend/database.py.j2
wukong/commands/templates/backend/main.py.j2
wukong/commands/templates/backend/model.py.j2
wukong/commands/templates/backend/pytest.ini.j2
wukong/commands/templates/backend/readme.md.j2
wukong/commands/templates/backend/requirements.txt.j2
wukong/commands/templates/backend/router.py.j2
wukong/commands/templates/backend/schema.py.j2
wukong/commands/templates/backend/test_router.py.j2
wukong/commands/templates/frontend/App.vue.j2
wukong/commands/templates/frontend/FormView.vue.j2
wukong/commands/templates/frontend/ListView.vue.j2
wukong/commands/templates/frontend/README.md.j2
wukong/commands/templates/frontend/index.html.j2
wukong/commands/templates/frontend/main.js.j2
wukong/commands/templates/frontend/package.json.j2
wukong/commands/templates/frontend/router.js.j2
wukong/commands/templates/frontend/router_index.js.j2
wukong/commands/templates/frontend/service.js.j2
wukong/commands/templates/frontend/store.js.j2
wukong/commands/templates/frontend/test.js.j2
wukong/commands/templates/frontend/test.spec.js.j2
wukong/commands/templates/frontend/view.vue.j2
wukong/commands/templates/frontend/vite.config.js.j2
wukong/prompts/__init__.py
wukong/prompts/code_review.py
wukong/prompts/filename.py
wukong/prompts/project_create.py
wukong/prompts/project_init.py
wukong/prompts/unittest.py
wukong/utils/file_markdown_reader.py
wukong/utils/filename_utils.py
wukong_stack.egg-info/PKG-INFO
wukong_stack.egg-info/SOURCES.txt
wukong_stack.egg-info/dependency_links.txt
wukong_stack.egg-info/entry_points.txt
wukong_stack.egg-info/requires.txt
wukong_stack.egg-info/top_level.txt