LICENSE
README.md
pyproject.toml
rest/__init__.py
rest/app.py
rest/constants.py
rest/main.py
rest/typing.py
rest/agent/__init__.py
rest/agent/agent.py
rest/agent/chat.py
rest/agent/github_tools.py
rest/agent/typing.py
rest/agent/agents/__init__.py
rest/agent/agents/base.py
rest/agent/chunk/__init__.py
rest/agent/chunk/sequential.py
rest/agent/context/__init__.py
rest/agent/context/tree.py
rest/agent/filter/__init__.py
rest/agent/filter/feature.py
rest/agent/filter/structure.py
rest/agent/output/__init__.py
rest/agent/output/chat_output.py
rest/agent/output/feature.py
rest/agent/output/structure.py
rest/agent/prompts/__init__.py
rest/agent/prompts/agent_prompts.py
rest/agent/prompts/chat_prompts.py
rest/agent/summarizer/__init__.py
rest/agent/summarizer/chatbot_output.py
rest/agent/summarizer/chunk.py
rest/agent/summarizer/github.py
rest/agent/summarizer/title.py
rest/agent/utils/__init__.py
rest/agent/utils/openai_tools.py
rest/client/__init__.py
rest/client/aws_client.py
rest/client/github_client.py
rest/client/jaeger_client.py
rest/client/mongodb_client.py
rest/client/sqlite_client.py
rest/config/__init__.py
rest/config/chat.py
rest/config/code.py
rest/config/integrate.py
rest/config/log.py
rest/config/rate_limit.py
rest/config/rate_limit_advanced.py
rest/config/trace.py
rest/config/traces_and_logs.py
rest/middleware/__init__.py
rest/routers/__init__.py
rest/routers/explore.py
rest/routers/integrate.py
rest/routers/verify.py
rest/routers/auth/__init__.py
rest/routers/auth/config.py
rest/routers/auth/router.py
rest/utils/__init__.py
rest/utils/auth.py
rest/utils/constants.py
rest/utils/datetime.py
rest/utils/github.py
rest/utils/log.py
rest/utils/token_tracking.py
rest/utils/trace.py
rest/utils/traces_and_logs_tracking.py
test/agent/context/test_tree.py
test/agent/utils/test_openai_tools.py
test/client/test_aws_client_filtering.py
test/client/test_sqlite_client.py
test/utils/test_log.py
traceroot_framework.egg-info/PKG-INFO
traceroot_framework.egg-info/SOURCES.txt
traceroot_framework.egg-info/dependency_links.txt
traceroot_framework.egg-info/entry_points.txt
traceroot_framework.egg-info/requires.txt
traceroot_framework.egg-info/top_level.txt
ui/node_modules/flatted/python/flatted.py
ui/node_modules/katex/src/fonts/generate_fonts.py
ui/node_modules/katex/src/metrics/extract_tfms.py
ui/node_modules/katex/src/metrics/extract_ttfs.py
ui/node_modules/katex/src/metrics/format_json.py
ui/node_modules/katex/src/metrics/parse_tfm.py