README.md
pyproject.toml
setup.cfg
setup.py
whatap/LICENSE
whatap/README.rst
whatap/__init__.py
whatap/__main__.py
whatap/build.py
whatap/whatap.conf
whatap/agent/darwin/amd64/whatap_python
whatap/agent/darwin/arm64/whatap_python
whatap/agent/linux/amd64/whatap_python
whatap/agent/linux/arm64/whatap_python
whatap/agent/windows/whatap_python.exe
whatap/bootstrap/__init__.py
whatap/bootstrap/sitecustomize.py
whatap/conf/__init__.py
whatap/conf/configuration.py
whatap/conf/configure.py
whatap/conf/license.py
whatap/control/__init__.py
whatap/counter/__init__.py
whatap/counter/counter_manager.py
whatap/counter/tasks/__init__.py
whatap/counter/tasks/base_task.py
whatap/counter/tasks/llm_log_sink_task.py
whatap/counter/tasks/llm_stat_task.py
whatap/counter/tasks/openfiledescriptor.py
whatap/io/__init__.py
whatap/io/data_inputx.py
whatap/io/data_outputx.py
whatap/llm/__init__.py
whatap/llm/definitions.py
whatap/llm/pricing.py
whatap/llm/log_sink_packs/__init__.py
whatap/llm/log_sink_packs/llm_input_message.py
whatap/llm/log_sink_packs/llm_log_sink_pack.py
whatap/llm/log_sink_packs/llm_output_message.py
whatap/llm/log_sink_packs/llm_step_status.py
whatap/llm/log_sink_packs/llm_system_message.py
whatap/llm/log_sink_packs/llm_tool_calls.py
whatap/llm/log_sink_packs/llm_tool_results.py
whatap/llm/log_sink_packs/llm_tx_status.py
whatap/llm/providers/__init__.py
whatap/llm/providers/interceptor.py
whatap/llm/providers/stream_accumulator.py
whatap/llm/providers/anthropic/__init__.py
whatap/llm/providers/anthropic/messages/__init__.py
whatap/llm/providers/anthropic/messages/messages.py
whatap/llm/providers/anthropic/messages/messages_context.py
whatap/llm/providers/anthropic/messages/messages_extractor.py
whatap/llm/providers/openai/__init__.py
whatap/llm/providers/openai/content_parser.py
whatap/llm/providers/openai/chat/__init__.py
whatap/llm/providers/openai/chat/chat.py
whatap/llm/providers/openai/chat/chat_context.py
whatap/llm/providers/openai/chat/chat_extractor.py
whatap/llm/providers/openai/completions/__init__.py
whatap/llm/providers/openai/completions/completions.py
whatap/llm/providers/openai/completions/completions_context.py
whatap/llm/providers/openai/completions/completions_extractor.py
whatap/llm/providers/openai/embeddings/__init__.py
whatap/llm/providers/openai/embeddings/embeddings.py
whatap/llm/providers/openai/embeddings/embeddings_context.py
whatap/llm/providers/openai/embeddings/embeddings_extractor.py
whatap/llm/providers/openai/responses/__init__.py
whatap/llm/providers/openai/responses/responses.py
whatap/llm/providers/openai/responses/responses_context.py
whatap/llm/providers/openai/responses/responses_extractor.py
whatap/llm/stats/__init__.py
whatap/llm/stats/active_stat.py
whatap/llm/stats/api_status_stat.py
whatap/llm/stats/base_stat.py
whatap/llm/stats/error_stat.py
whatap/llm/stats/feature_stat.py
whatap/llm/stats/meter.py
whatap/llm/stats/perf_stat.py
whatap/llm/stats/token_usage_stat.py
whatap/net/__init__.py
whatap/net/async_sender.py
whatap/net/packet_enum.py
whatap/net/packet_type_enum.py
whatap/net/param_def.py
whatap/net/stackhelper.py
whatap/net/udp_session.py
whatap/net/udp_thread.py
whatap/pack/__init__.py
whatap/pack/logSinkPack.py
whatap/pack/pack.py
whatap/pack/pack_enum.py
whatap/pack/tagCountPack.py
whatap/scripts/__init__.py
whatap/trace/__init__.py
whatap/trace/simple_trace_context.py
whatap/trace/trace_context.py
whatap/trace/trace_context_manager.py
whatap/trace/trace_error.py
whatap/trace/trace_handler.py
whatap/trace/trace_import.py
whatap/trace/trace_module_definition.py
whatap/trace/mod/__init__.py
whatap/trace/mod/logging.py
whatap/trace/mod/plugin.py
whatap/trace/mod/amqp/__init__.py
whatap/trace/mod/amqp/kombu.py
whatap/trace/mod/amqp/pika.py
whatap/trace/mod/application/__init__.py
whatap/trace/mod/application/bottle.py
whatap/trace/mod/application/celery.py
whatap/trace/mod/application/cherrypy.py
whatap/trace/mod/application/django.py
whatap/trace/mod/application/django_asgi.py
whatap/trace/mod/application/django_py3.py
whatap/trace/mod/application/flask.py
whatap/trace/mod/application/frappe.py
whatap/trace/mod/application/graphql.py
whatap/trace/mod/application/nameko.py
whatap/trace/mod/application/odoo.py
whatap/trace/mod/application/starlette.py
whatap/trace/mod/application/tornado.py
whatap/trace/mod/application/wsgi.py
whatap/trace/mod/application/fastapi/__init__.py
whatap/trace/mod/application/fastapi/endpoint.py
whatap/trace/mod/application/fastapi/exception_log.py
whatap/trace/mod/application/fastapi/instrumentation.py
whatap/trace/mod/application/fastapi/scope.py
whatap/trace/mod/application/fastapi/transaction.py
whatap/trace/mod/database/__init__.py
whatap/trace/mod/database/cxoracle.py
whatap/trace/mod/database/mongo.py
whatap/trace/mod/database/mysql.py
whatap/trace/mod/database/neo4j.py
whatap/trace/mod/database/psycopg2.py
whatap/trace/mod/database/psycopg3.py
whatap/trace/mod/database/redis.py
whatap/trace/mod/database/sqlalchemy.py
whatap/trace/mod/database/sqlite3.py
whatap/trace/mod/database/util.py
whatap/trace/mod/email/__init__.py
whatap/trace/mod/email/smtp.py
whatap/trace/mod/httpc/__init__.py
whatap/trace/mod/httpc/django.py
whatap/trace/mod/httpc/httplib.py
whatap/trace/mod/httpc/httpx.py
whatap/trace/mod/httpc/requests.py
whatap/trace/mod/httpc/urllib3.py
whatap/trace/mod/httpc/util.py
whatap/trace/mod/standalone/__init__.py
whatap/trace/mod/standalone/multiple.py
whatap/trace/mod/standalone/single.py
whatap/util/__init__.py
whatap/util/bit_util.py
whatap/util/compare_util.py
whatap/util/date_util.py
whatap/util/debug_util.py
whatap/util/escape_literal_sql.py
whatap/util/frame_util.py
whatap/util/hash_util.py
whatap/util/hexa32.py
whatap/util/int_set.py
whatap/util/ip_util.py
whatap/util/keygen.py
whatap/util/linked_list.py
whatap/util/linked_map.py
whatap/util/metering_util.py
whatap/util/request_double_queue.py
whatap/util/request_queue.py
whatap/util/string_util.py
whatap/util/throttle_util.py
whatap/util/userid_util.py
whatap/util/cardinality/__init__.py
whatap/util/cardinality/hyperloglog.py
whatap/util/cardinality/murmurhash.py
whatap/util/cardinality/registerset.py
whatap/value/__init__.py
whatap/value/blob_value.py
whatap/value/boolean_value.py
whatap/value/decimal_value.py
whatap/value/double_summary.py
whatap/value/double_value.py
whatap/value/float_array.py
whatap/value/float_value.py
whatap/value/int_array.py
whatap/value/ip4_value.py
whatap/value/list_value.py
whatap/value/long_array.py
whatap/value/long_summary.py
whatap/value/map_value.py
whatap/value/null_value.py
whatap/value/number_value.py
whatap/value/summary_value.py
whatap/value/text_array.py
whatap/value/text_hash_value.py
whatap/value/text_value.py
whatap/value/value.py
whatap/value/value_enum.py
whatap_python.egg-info/PKG-INFO
whatap_python.egg-info/SOURCES.txt
whatap_python.egg-info/dependency_links.txt
whatap_python.egg-info/entry_points.txt
whatap_python.egg-info/not-zip-safe
whatap_python.egg-info/requires.txt
whatap_python.egg-info/top_level.txt