LICENSE
README.md
pyproject.toml
src/mycode/__init__.py
src/mycode/__main__.py
src/mycode/cli.py
src/mycode/engine.py
src/mycode/ingester.py
src/mycode/interface.py
src/mycode/js_ingester.py
src/mycode/pipeline.py
src/mycode/recorder.py
src/mycode/report.py
src/mycode/scenario.py
src/mycode/session.py
src/mycode/library/__init__.py
src/mycode/library/loader.py
src/mycode/profiles/javascript/anthropic_node.json
src/mycode/profiles/javascript/axios.json
src/mycode/profiles/javascript/chartjs.json
src/mycode/profiles/javascript/dotenv.json
src/mycode/profiles/javascript/express.json
src/mycode/profiles/javascript/google_auth_library.json
src/mycode/profiles/javascript/langchainjs.json
src/mycode/profiles/javascript/mongoose.json
src/mycode/profiles/javascript/nextjs.json
src/mycode/profiles/javascript/node_core.json
src/mycode/profiles/javascript/openai_node.json
src/mycode/profiles/javascript/plotlyjs.json
src/mycode/profiles/javascript/prisma.json
src/mycode/profiles/javascript/react.json
src/mycode/profiles/javascript/react_chartjs_2.json
src/mycode/profiles/javascript/react_plotlyjs.json
src/mycode/profiles/javascript/socketio.json
src/mycode/profiles/javascript/stripe.json
src/mycode/profiles/javascript/supabase_js.json
src/mycode/profiles/javascript/svelte.json
src/mycode/profiles/javascript/tailwindcss.json
src/mycode/profiles/javascript/threejs.json
src/mycode/profiles/javascript/zod.json
src/mycode/profiles/python/anthropic.json
src/mycode/profiles/python/chromadb.json
src/mycode/profiles/python/fastapi.json
src/mycode/profiles/python/flask.json
src/mycode/profiles/python/gradio.json
src/mycode/profiles/python/httpx.json
src/mycode/profiles/python/langchain.json
src/mycode/profiles/python/llamaindex.json
src/mycode/profiles/python/numpy.json
src/mycode/profiles/python/openai.json
src/mycode/profiles/python/os_pathlib.json
src/mycode/profiles/python/pandas.json
src/mycode/profiles/python/pydantic.json
src/mycode/profiles/python/requests.json
src/mycode/profiles/python/sqlalchemy.json
src/mycode/profiles/python/sqlite3.json
src/mycode/profiles/python/streamlit.json
src/mycode/profiles/python/supabase.json
src/mycode_ai.egg-info/PKG-INFO
src/mycode_ai.egg-info/SOURCES.txt
src/mycode_ai.egg-info/dependency_links.txt
src/mycode_ai.egg-info/entry_points.txt
src/mycode_ai.egg-info/top_level.txt
tests/test_engine.py
tests/test_ingester.py
tests/test_integration.py
tests/test_interface.py
tests/test_js_ingester.py
tests/test_library.py
tests/test_pipeline.py
tests/test_recorder.py
tests/test_report.py
tests/test_scenario.py
tests/test_session.py