LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
openviking/__init__.py
openviking/agfs_manager.py
openviking/async_client.py
openviking/client.py
openviking/sync_client.py
openviking.egg-info/PKG-INFO
openviking.egg-info/SOURCES.txt
openviking.egg-info/dependency_links.txt
openviking.egg-info/entry_points.txt
openviking.egg-info/requires.txt
openviking.egg-info/top_level.txt
openviking/bin/agfs-server
openviking/core/__init__.py
openviking/core/building_tree.py
openviking/core/context.py
openviking/core/directories.py
openviking/core/mcp_converter.py
openviking/core/skill_loader.py
openviking/message/__init__.py
openviking/message/message.py
openviking/message/part.py
openviking/models/__init__.py
openviking/models/embedder/__init__.py
openviking/models/embedder/base.py
openviking/models/embedder/openai_embedders.py
openviking/models/embedder/vikingdb_embedders.py
openviking/models/embedder/volcengine_embedders.py
openviking/models/vlm/__init__.py
openviking/models/vlm/base.py
openviking/models/vlm/llm.py
openviking/models/vlm/token_usage.py
openviking/models/vlm/backends/openai_vlm.py
openviking/models/vlm/backends/volcengine_vlm.py
openviking/parse/__init__.py
openviking/parse/base.py
openviking/parse/converter.py
openviking/parse/custom.py
openviking/parse/registry.py
openviking/parse/tree_builder.py
openviking/parse/vlm.py
openviking/parse/ovpack/__init__.py
openviking/parse/parsers/__init__.py
openviking/parse/parsers/base_parser.py
openviking/parse/parsers/code.py
openviking/parse/parsers/html.py
openviking/parse/parsers/markdown.py
openviking/parse/parsers/media.py
openviking/parse/parsers/pdf.py
openviking/parse/parsers/text.py
openviking/parse/resource_detector/__init__.py
openviking/parse/resource_detector/detect_info.py
openviking/parse/resource_detector/recursive.py
openviking/parse/resource_detector/size.py
openviking/parse/resource_detector/visit.py
openviking/prompts/__init__.py
openviking/prompts/manager.py
openviking/retrieve/__init__.py
openviking/retrieve/hierarchical_retriever.py
openviking/retrieve/intent_analyzer.py
openviking/retrieve/types.py
openviking/session/__init__.py
openviking/session/compressor.py
openviking/session/memory_deduplicator.py
openviking/session/memory_extractor.py
openviking/session/session.py
openviking/storage/__init__.py
openviking/storage/collection_schemas.py
openviking/storage/local_fs.py
openviking/storage/viking_fs.py
openviking/storage/viking_vector_index_backend.py
openviking/storage/vikingdb_interface.py
openviking/storage/vikingdb_manager.py
openviking/storage/observers/__init__.py
openviking/storage/observers/base_observer.py
openviking/storage/observers/queue_observer.py
openviking/storage/observers/vikingdb_observer.py
openviking/storage/observers/vlm_observer.py
openviking/storage/queuefs/__init__.py
openviking/storage/queuefs/embedding_msg.py
openviking/storage/queuefs/embedding_msg_converter.py
openviking/storage/queuefs/embedding_queue.py
openviking/storage/queuefs/named_queue.py
openviking/storage/queuefs/queue_manager.py
openviking/storage/queuefs/semantic_msg.py
openviking/storage/queuefs/semantic_processor.py
openviking/storage/queuefs/semantic_queue.py
openviking/storage/vectordb/__init__.py
openviking/storage/vectordb/collection/__init__.py
openviking/storage/vectordb/collection/collection.py
openviking/storage/vectordb/collection/http_collection.py
openviking/storage/vectordb/collection/local_collection.py
openviking/storage/vectordb/collection/result.py
openviking/storage/vectordb/collection/volcengine_clients.py
openviking/storage/vectordb/collection/volcengine_collection.py
openviking/storage/vectordb/index/__init__.py
openviking/storage/vectordb/index/index.py
openviking/storage/vectordb/index/local_index.py
openviking/storage/vectordb/meta/__init__.py
openviking/storage/vectordb/meta/collection_meta.py
openviking/storage/vectordb/meta/dict.py
openviking/storage/vectordb/meta/index_meta.py
openviking/storage/vectordb/meta/local_dict.py
openviking/storage/vectordb/project/__init__.py
openviking/storage/vectordb/project/http_project.py
openviking/storage/vectordb/project/local_project.py
openviking/storage/vectordb/project/project.py
openviking/storage/vectordb/project/project_group.py
openviking/storage/vectordb/project/volcengine_project.py
openviking/storage/vectordb/service/__init__.py
openviking/storage/vectordb/service/api_fastapi.py
openviking/storage/vectordb/service/app_models.py
openviking/storage/vectordb/service/code.py
openviking/storage/vectordb/service/server_fastapi.py
openviking/storage/vectordb/store/__init__.py
openviking/storage/vectordb/store/bytes_row.py
openviking/storage/vectordb/store/data.py
openviking/storage/vectordb/store/file_store.py
openviking/storage/vectordb/store/local_store.py
openviking/storage/vectordb/store/store.py
openviking/storage/vectordb/store/store_manager.py
openviking/storage/vectordb/utils/__init__.py
openviking/storage/vectordb/utils/api_utils.py
openviking/storage/vectordb/utils/config_utils.py
openviking/storage/vectordb/utils/constants.py
openviking/storage/vectordb/utils/data_utils.py
openviking/storage/vectordb/utils/dict_utils.py
openviking/storage/vectordb/utils/file_utils.py
openviking/storage/vectordb/utils/id_generator.py
openviking/storage/vectordb/utils/logging_init.py
openviking/storage/vectordb/utils/str_to_uint64.py
openviking/storage/vectordb/utils/validation.py
openviking/storage/vectordb/vectorize/__init__.py
openviking/storage/vectordb/vectorize/base.py
openviking/storage/vectordb/vectorize/vectorizer.py
openviking/storage/vectordb/vectorize/vectorizer_factory.py
openviking/storage/vectordb/vectorize/volcengine_vectorizer.py
openviking/utils/__init__.py
openviking/utils/downloader.py
openviking/utils/extractor.py
openviking/utils/llm.py
openviking/utils/logger.py
openviking/utils/media_processor.py
openviking/utils/rerank.py
openviking/utils/resource_processor.py
openviking/utils/skill_processor.py
openviking/utils/storage.py
openviking/utils/uri.py
openviking/utils/config/__init__.py
openviking/utils/config/agfs_config.py
openviking/utils/config/embedding_config.py
openviking/utils/config/open_viking_config.py
openviking/utils/config/parser_config.py
openviking/utils/config/rerank_config.py
openviking/utils/config/storage_config.py
openviking/utils/config/vectordb_config.py
openviking/utils/config/vlm_config.py
src/CMakeLists.txt
src/pybind11_interface.cpp
src/common/ann_utils.h
src/common/io_utils.h
src/common/json_utils.h
src/common/log_utils.cpp
src/common/log_utils.h
src/common/string_utils.h
src/common/zip_sort.h
src/index/common_structs.h
src/index/index_engine.cpp
src/index/index_engine.h
src/index/index_manager.h
src/index/detail/fields_dict.h
src/index/detail/index_manager_impl.cpp
src/index/detail/index_manager_impl.h
src/index/detail/search_context.h
src/index/detail/meta/bruteforce_meta.h
src/index/detail/meta/manager_meta.h
src/index/detail/meta/scalar_index_meta.cpp
src/index/detail/meta/scalar_index_meta.h
src/index/detail/meta/vector_index_meta.cpp
src/index/detail/meta/vector_index_meta.h
src/index/detail/scalar/scalar_index.cpp
src/index/detail/scalar/scalar_index.h
src/index/detail/scalar/bitmap_holder/bitmap.cpp
src/index/detail/scalar/bitmap_holder/bitmap.h
src/index/detail/scalar/bitmap_holder/bitmap_field_group.cpp
src/index/detail/scalar/bitmap_holder/bitmap_field_group.h
src/index/detail/scalar/bitmap_holder/bitmap_utils.h
src/index/detail/scalar/bitmap_holder/dir_index.cpp
src/index/detail/scalar/bitmap_holder/dir_index.h
src/index/detail/scalar/bitmap_holder/ranged_map.cpp
src/index/detail/scalar/bitmap_holder/ranged_map.h
src/index/detail/scalar/filter/filter_ops.cpp
src/index/detail/scalar/filter/filter_ops.h
src/index/detail/scalar/filter/op_base.cpp
src/index/detail/scalar/filter/op_base.h
src/index/detail/scalar/filter/sort_ops.cpp
src/index/detail/scalar/filter/sort_ops.h
src/index/detail/vector/vector_index_adapter.h
src/index/detail/vector/vector_recall.h
src/index/detail/vector/common/bruteforce.h
src/index/detail/vector/common/quantization_int8.h
src/index/detail/vector/common/quantizer.h
src/index/detail/vector/common/space_int8.h
src/index/detail/vector/common/space_ip.h
src/index/detail/vector/common/space_l2.h
src/index/detail/vector/common/vector_base.h
src/index/detail/vector/sparse_retrieval/common.h
src/index/detail/vector/sparse_retrieval/sparse_data_holder.h
src/index/detail/vector/sparse_retrieval/sparse_datapoint.cpp
src/index/detail/vector/sparse_retrieval/sparse_datapoint.h
src/index/detail/vector/sparse_retrieval/sparse_dataset.h
src/index/detail/vector/sparse_retrieval/sparse_distance_measure.h
src/index/detail/vector/sparse_retrieval/sparse_row_index.cpp
src/index/detail/vector/sparse_retrieval/sparse_row_index.h
src/store/common_structs.h
src/store/kv_store.h
src/store/persist_store.cpp
src/store/persist_store.h
src/store/volatile_store.cpp
src/store/volatile_store.h
third_party/agfs/agfs-server/Makefile
third_party/agfs/agfs-server/go.mod
third_party/agfs/agfs-server/go.sum
third_party/agfs/agfs-server/cmd/server/main.go
third_party/agfs/agfs-server/pkg/config/config.go
third_party/agfs/agfs-server/pkg/filesystem/adapters.go
third_party/agfs/agfs-server/pkg/filesystem/capabilities.go
third_party/agfs/agfs-server/pkg/filesystem/errors.go
third_party/agfs/agfs-server/pkg/filesystem/filesystem.go
third_party/agfs/agfs-server/pkg/filesystem/filesystem_test.go
third_party/agfs/agfs-server/pkg/filesystem/handle.go
third_party/agfs/agfs-server/pkg/filesystem/pathutil.go
third_party/agfs/agfs-server/pkg/filesystem/writer.go
third_party/agfs/agfs-server/pkg/handlers/handle_handlers.go
third_party/agfs/agfs-server/pkg/handlers/handlers.go
third_party/agfs/agfs-server/pkg/handlers/plugin_handlers.go
third_party/agfs/agfs-server/pkg/handlers/traffic_monitor.go
third_party/agfs/agfs-server/pkg/mountablefs/concurrent_test.go
third_party/agfs/agfs-server/pkg/mountablefs/handle_test.go
third_party/agfs/agfs-server/pkg/mountablefs/mountablefs.go
third_party/agfs/agfs-server/pkg/mountablefs/mountablefs_test.go
third_party/agfs/agfs-server/pkg/plugin/plugin.go
third_party/agfs/agfs-server/pkg/plugin/utils.go
third_party/agfs/agfs-server/pkg/plugin/api/bridge.go
third_party/agfs/agfs-server/pkg/plugin/api/host_fs.go
third_party/agfs/agfs-server/pkg/plugin/api/host_http.go
third_party/agfs/agfs-server/pkg/plugin/api/plugin_api.go
third_party/agfs/agfs-server/pkg/plugin/api/wasm_instance_pool.go
third_party/agfs/agfs-server/pkg/plugin/api/wasm_plugin.go
third_party/agfs/agfs-server/pkg/plugin/config/validation.go
third_party/agfs/agfs-server/pkg/plugin/loader/loader.go
third_party/agfs/agfs-server/pkg/plugin/loader/registry.go
third_party/agfs/agfs-server/pkg/plugin/loader/wasm_loader.go
third_party/agfs/agfs-server/pkg/plugins/gptfs/gptfs.go
third_party/agfs/agfs-server/pkg/plugins/gptfs/gptfs_test.go
third_party/agfs/agfs-server/pkg/plugins/heartbeatfs/heartbeatfs.go
third_party/agfs/agfs-server/pkg/plugins/hellofs/hellofs.go
third_party/agfs/agfs-server/pkg/plugins/httpfs/httpfs.go
third_party/agfs/agfs-server/pkg/plugins/kvfs/kvfs.go
third_party/agfs/agfs-server/pkg/plugins/localfs/localfs.go
third_party/agfs/agfs-server/pkg/plugins/localfs/localfs_test.go
third_party/agfs/agfs-server/pkg/plugins/memfs/memfs.go
third_party/agfs/agfs-server/pkg/plugins/memfs/memoryfs.go
third_party/agfs/agfs-server/pkg/plugins/memfs/memoryfs_test.go
third_party/agfs/agfs-server/pkg/plugins/proxyfs/proxyfs.go
third_party/agfs/agfs-server/pkg/plugins/queuefs/backend.go
third_party/agfs/agfs-server/pkg/plugins/queuefs/db_backend.go
third_party/agfs/agfs-server/pkg/plugins/queuefs/queuefs.go
third_party/agfs/agfs-server/pkg/plugins/s3fs/cache.go
third_party/agfs/agfs-server/pkg/plugins/s3fs/client.go
third_party/agfs/agfs-server/pkg/plugins/s3fs/s3fs.go
third_party/agfs/agfs-server/pkg/plugins/serverinfofs/serverinfofs.go
third_party/agfs/agfs-server/pkg/plugins/sqlfs/backend.go
third_party/agfs/agfs-server/pkg/plugins/sqlfs/cache.go
third_party/agfs/agfs-server/pkg/plugins/sqlfs/sqlfs.go
third_party/agfs/agfs-server/pkg/plugins/sqlfs2/backend.go
third_party/agfs/agfs-server/pkg/plugins/sqlfs2/backend_mysql.go
third_party/agfs/agfs-server/pkg/plugins/sqlfs2/backend_sqlite.go
third_party/agfs/agfs-server/pkg/plugins/sqlfs2/backend_tidb.go
third_party/agfs/agfs-server/pkg/plugins/sqlfs2/sqlfs2.go
third_party/agfs/agfs-server/pkg/plugins/streamfs/streamfs.go
third_party/agfs/agfs-server/pkg/plugins/streamrotatefs/streamrotatefs.go
third_party/agfs/bin/agfs-server
third_party/croaring/LICENSE
third_party/croaring/roaring.c
third_party/croaring/roaring.h
third_party/croaring/roaring.hh
third_party/leveldb-1.23/.appveyor.yml
third_party/leveldb-1.23/.clang-format
third_party/leveldb-1.23/.travis.yml
third_party/leveldb-1.23/AUTHORS
third_party/leveldb-1.23/CMakeLists.txt
third_party/leveldb-1.23/CONTRIBUTING.md
third_party/leveldb-1.23/LICENSE
third_party/leveldb-1.23/NEWS
third_party/leveldb-1.23/README.md
third_party/leveldb-1.23/TODO
third_party/leveldb-1.23/benchmarks/db_bench.cc
third_party/leveldb-1.23/benchmarks/db_bench_sqlite3.cc
third_party/leveldb-1.23/benchmarks/db_bench_tree_db.cc
third_party/leveldb-1.23/cmake/leveldbConfig.cmake.in
third_party/leveldb-1.23/db/autocompact_test.cc
third_party/leveldb-1.23/db/builder.cc
third_party/leveldb-1.23/db/builder.h
third_party/leveldb-1.23/db/c.cc
third_party/leveldb-1.23/db/c_test.c
third_party/leveldb-1.23/db/corruption_test.cc
third_party/leveldb-1.23/db/db_impl.cc
third_party/leveldb-1.23/db/db_impl.h
third_party/leveldb-1.23/db/db_iter.cc
third_party/leveldb-1.23/db/db_iter.h
third_party/leveldb-1.23/db/db_test.cc
third_party/leveldb-1.23/db/dbformat.cc
third_party/leveldb-1.23/db/dbformat.h
third_party/leveldb-1.23/db/dbformat_test.cc
third_party/leveldb-1.23/db/dumpfile.cc
third_party/leveldb-1.23/db/fault_injection_test.cc
third_party/leveldb-1.23/db/filename.cc
third_party/leveldb-1.23/db/filename.h
third_party/leveldb-1.23/db/filename_test.cc
third_party/leveldb-1.23/db/leveldbutil.cc
third_party/leveldb-1.23/db/log_format.h
third_party/leveldb-1.23/db/log_reader.cc
third_party/leveldb-1.23/db/log_reader.h
third_party/leveldb-1.23/db/log_test.cc
third_party/leveldb-1.23/db/log_writer.cc
third_party/leveldb-1.23/db/log_writer.h
third_party/leveldb-1.23/db/memtable.cc
third_party/leveldb-1.23/db/memtable.h
third_party/leveldb-1.23/db/recovery_test.cc
third_party/leveldb-1.23/db/repair.cc
third_party/leveldb-1.23/db/skiplist.h
third_party/leveldb-1.23/db/skiplist_test.cc
third_party/leveldb-1.23/db/snapshot.h
third_party/leveldb-1.23/db/table_cache.cc
third_party/leveldb-1.23/db/table_cache.h
third_party/leveldb-1.23/db/version_edit.cc
third_party/leveldb-1.23/db/version_edit.h
third_party/leveldb-1.23/db/version_edit_test.cc
third_party/leveldb-1.23/db/version_set.cc
third_party/leveldb-1.23/db/version_set.h
third_party/leveldb-1.23/db/version_set_test.cc
third_party/leveldb-1.23/db/write_batch.cc
third_party/leveldb-1.23/db/write_batch_internal.h
third_party/leveldb-1.23/db/write_batch_test.cc
third_party/leveldb-1.23/doc/benchmark.html
third_party/leveldb-1.23/doc/impl.md
third_party/leveldb-1.23/doc/index.md
third_party/leveldb-1.23/doc/log_format.md
third_party/leveldb-1.23/doc/table_format.md
third_party/leveldb-1.23/helpers/memenv/memenv.cc
third_party/leveldb-1.23/helpers/memenv/memenv.h
third_party/leveldb-1.23/helpers/memenv/memenv_test.cc
third_party/leveldb-1.23/include/leveldb/c.h
third_party/leveldb-1.23/include/leveldb/cache.h
third_party/leveldb-1.23/include/leveldb/comparator.h
third_party/leveldb-1.23/include/leveldb/db.h
third_party/leveldb-1.23/include/leveldb/dumpfile.h
third_party/leveldb-1.23/include/leveldb/env.h
third_party/leveldb-1.23/include/leveldb/export.h
third_party/leveldb-1.23/include/leveldb/filter_policy.h
third_party/leveldb-1.23/include/leveldb/iterator.h
third_party/leveldb-1.23/include/leveldb/options.h
third_party/leveldb-1.23/include/leveldb/slice.h
third_party/leveldb-1.23/include/leveldb/status.h
third_party/leveldb-1.23/include/leveldb/table.h
third_party/leveldb-1.23/include/leveldb/table_builder.h
third_party/leveldb-1.23/include/leveldb/write_batch.h
third_party/leveldb-1.23/include/port/port_config.h
third_party/leveldb-1.23/issues/issue178_test.cc
third_party/leveldb-1.23/issues/issue200_test.cc
third_party/leveldb-1.23/issues/issue320_test.cc
third_party/leveldb-1.23/port/README.md
third_party/leveldb-1.23/port/port.h
third_party/leveldb-1.23/port/port_config.h.in
third_party/leveldb-1.23/port/port_example.h
third_party/leveldb-1.23/port/port_stdcxx.h
third_party/leveldb-1.23/port/thread_annotations.h
third_party/leveldb-1.23/table/block.cc
third_party/leveldb-1.23/table/block.h
third_party/leveldb-1.23/table/block_builder.cc
third_party/leveldb-1.23/table/block_builder.h
third_party/leveldb-1.23/table/filter_block.cc
third_party/leveldb-1.23/table/filter_block.h
third_party/leveldb-1.23/table/filter_block_test.cc
third_party/leveldb-1.23/table/format.cc
third_party/leveldb-1.23/table/format.h
third_party/leveldb-1.23/table/iterator.cc
third_party/leveldb-1.23/table/iterator_wrapper.h
third_party/leveldb-1.23/table/merger.cc
third_party/leveldb-1.23/table/merger.h
third_party/leveldb-1.23/table/table.cc
third_party/leveldb-1.23/table/table_builder.cc
third_party/leveldb-1.23/table/table_test.cc
third_party/leveldb-1.23/table/two_level_iterator.cc
third_party/leveldb-1.23/table/two_level_iterator.h
third_party/leveldb-1.23/util/arena.cc
third_party/leveldb-1.23/util/arena.h
third_party/leveldb-1.23/util/arena_test.cc
third_party/leveldb-1.23/util/bloom.cc
third_party/leveldb-1.23/util/bloom_test.cc
third_party/leveldb-1.23/util/cache.cc
third_party/leveldb-1.23/util/cache_test.cc
third_party/leveldb-1.23/util/coding.cc
third_party/leveldb-1.23/util/coding.h
third_party/leveldb-1.23/util/coding_test.cc
third_party/leveldb-1.23/util/comparator.cc
third_party/leveldb-1.23/util/crc32c.cc
third_party/leveldb-1.23/util/crc32c.h
third_party/leveldb-1.23/util/crc32c_test.cc
third_party/leveldb-1.23/util/env.cc
third_party/leveldb-1.23/util/env_posix.cc
third_party/leveldb-1.23/util/env_posix_test.cc
third_party/leveldb-1.23/util/env_posix_test_helper.h
third_party/leveldb-1.23/util/env_test.cc
third_party/leveldb-1.23/util/env_windows.cc
third_party/leveldb-1.23/util/env_windows_test.cc
third_party/leveldb-1.23/util/env_windows_test_helper.h
third_party/leveldb-1.23/util/filter_policy.cc
third_party/leveldb-1.23/util/hash.cc
third_party/leveldb-1.23/util/hash.h
third_party/leveldb-1.23/util/hash_test.cc
third_party/leveldb-1.23/util/histogram.cc
third_party/leveldb-1.23/util/histogram.h
third_party/leveldb-1.23/util/logging.cc
third_party/leveldb-1.23/util/logging.h
third_party/leveldb-1.23/util/logging_test.cc
third_party/leveldb-1.23/util/mutexlock.h
third_party/leveldb-1.23/util/no_destructor.h
third_party/leveldb-1.23/util/no_destructor_test.cc
third_party/leveldb-1.23/util/options.cc
third_party/leveldb-1.23/util/posix_logger.h
third_party/leveldb-1.23/util/random.h
third_party/leveldb-1.23/util/status.cc
third_party/leveldb-1.23/util/status_test.cc
third_party/leveldb-1.23/util/testutil.cc
third_party/leveldb-1.23/util/testutil.h
third_party/leveldb-1.23/util/windows_logger.h
third_party/rapidjson/LICENSE
third_party/rapidjson/allocators.h
third_party/rapidjson/document.h
third_party/rapidjson/encodedstream.h
third_party/rapidjson/encodings.h
third_party/rapidjson/filereadstream.h
third_party/rapidjson/filewritestream.h
third_party/rapidjson/fwd.h
third_party/rapidjson/istreamwrapper.h
third_party/rapidjson/memorybuffer.h
third_party/rapidjson/memorystream.h
third_party/rapidjson/ostreamwrapper.h
third_party/rapidjson/pointer.h
third_party/rapidjson/prettywriter.h
third_party/rapidjson/rapidjson.h
third_party/rapidjson/reader.h
third_party/rapidjson/schema.h
third_party/rapidjson/stream.h
third_party/rapidjson/stringbuffer.h
third_party/rapidjson/writer.h
third_party/rapidjson/error/en.h
third_party/rapidjson/error/error.h
third_party/rapidjson/internal/biginteger.h
third_party/rapidjson/internal/diyfp.h
third_party/rapidjson/internal/dtoa.h
third_party/rapidjson/internal/ieee754.h
third_party/rapidjson/internal/itoa.h
third_party/rapidjson/internal/meta.h
third_party/rapidjson/internal/pow10.h
third_party/rapidjson/internal/regex.h
third_party/rapidjson/internal/stack.h
third_party/rapidjson/internal/strfunc.h
third_party/rapidjson/internal/strtod.h
third_party/rapidjson/internal/swap.h
third_party/rapidjson/msinttypes/inttypes.h
third_party/rapidjson/msinttypes/stdint.h
third_party/spdlog-1.14.1/.clang-format
third_party/spdlog-1.14.1/.clang-tidy
third_party/spdlog-1.14.1/CMakeLists.txt
third_party/spdlog-1.14.1/INSTALL
third_party/spdlog-1.14.1/LICENSE
third_party/spdlog-1.14.1/README.md
third_party/spdlog-1.14.1/appveyor.yml
third_party/spdlog-1.14.1/.github/workflows/ci.yml
third_party/spdlog-1.14.1/bench/CMakeLists.txt
third_party/spdlog-1.14.1/bench/async_bench.cpp
third_party/spdlog-1.14.1/bench/bench.cpp
third_party/spdlog-1.14.1/bench/formatter-bench.cpp
third_party/spdlog-1.14.1/bench/latency.cpp
third_party/spdlog-1.14.1/bench/utils.h
third_party/spdlog-1.14.1/cmake/ide.cmake
third_party/spdlog-1.14.1/cmake/pch.h.in
third_party/spdlog-1.14.1/cmake/spdlog.pc.in
third_party/spdlog-1.14.1/cmake/spdlogCPack.cmake
third_party/spdlog-1.14.1/cmake/spdlogConfig.cmake.in
third_party/spdlog-1.14.1/cmake/utils.cmake
third_party/spdlog-1.14.1/cmake/version.rc.in
third_party/spdlog-1.14.1/example/CMakeLists.txt
third_party/spdlog-1.14.1/example/example.cpp
third_party/spdlog-1.14.1/include/spdlog/async.h
third_party/spdlog-1.14.1/include/spdlog/async_logger-inl.h
third_party/spdlog-1.14.1/include/spdlog/async_logger.h
third_party/spdlog-1.14.1/include/spdlog/common-inl.h
third_party/spdlog-1.14.1/include/spdlog/common.h
third_party/spdlog-1.14.1/include/spdlog/formatter.h
third_party/spdlog-1.14.1/include/spdlog/fwd.h
third_party/spdlog-1.14.1/include/spdlog/logger-inl.h
third_party/spdlog-1.14.1/include/spdlog/logger.h
third_party/spdlog-1.14.1/include/spdlog/mdc.h
third_party/spdlog-1.14.1/include/spdlog/pattern_formatter-inl.h
third_party/spdlog-1.14.1/include/spdlog/pattern_formatter.h
third_party/spdlog-1.14.1/include/spdlog/spdlog-inl.h
third_party/spdlog-1.14.1/include/spdlog/spdlog.h
third_party/spdlog-1.14.1/include/spdlog/stopwatch.h
third_party/spdlog-1.14.1/include/spdlog/tweakme.h
third_party/spdlog-1.14.1/include/spdlog/version.h
third_party/spdlog-1.14.1/include/spdlog/cfg/argv.h
third_party/spdlog-1.14.1/include/spdlog/cfg/env.h
third_party/spdlog-1.14.1/include/spdlog/cfg/helpers-inl.h
third_party/spdlog-1.14.1/include/spdlog/cfg/helpers.h
third_party/spdlog-1.14.1/include/spdlog/details/backtracer-inl.h
third_party/spdlog-1.14.1/include/spdlog/details/backtracer.h
third_party/spdlog-1.14.1/include/spdlog/details/circular_q.h
third_party/spdlog-1.14.1/include/spdlog/details/console_globals.h
third_party/spdlog-1.14.1/include/spdlog/details/file_helper-inl.h
third_party/spdlog-1.14.1/include/spdlog/details/file_helper.h
third_party/spdlog-1.14.1/include/spdlog/details/fmt_helper.h
third_party/spdlog-1.14.1/include/spdlog/details/log_msg-inl.h
third_party/spdlog-1.14.1/include/spdlog/details/log_msg.h
third_party/spdlog-1.14.1/include/spdlog/details/log_msg_buffer-inl.h
third_party/spdlog-1.14.1/include/spdlog/details/log_msg_buffer.h
third_party/spdlog-1.14.1/include/spdlog/details/mpmc_blocking_q.h
third_party/spdlog-1.14.1/include/spdlog/details/null_mutex.h
third_party/spdlog-1.14.1/include/spdlog/details/os-inl.h
third_party/spdlog-1.14.1/include/spdlog/details/os.h
third_party/spdlog-1.14.1/include/spdlog/details/periodic_worker-inl.h
third_party/spdlog-1.14.1/include/spdlog/details/periodic_worker.h
third_party/spdlog-1.14.1/include/spdlog/details/registry-inl.h
third_party/spdlog-1.14.1/include/spdlog/details/registry.h
third_party/spdlog-1.14.1/include/spdlog/details/synchronous_factory.h
third_party/spdlog-1.14.1/include/spdlog/details/tcp_client-windows.h
third_party/spdlog-1.14.1/include/spdlog/details/tcp_client.h
third_party/spdlog-1.14.1/include/spdlog/details/thread_pool-inl.h
third_party/spdlog-1.14.1/include/spdlog/details/thread_pool.h
third_party/spdlog-1.14.1/include/spdlog/details/udp_client-windows.h
third_party/spdlog-1.14.1/include/spdlog/details/udp_client.h
third_party/spdlog-1.14.1/include/spdlog/details/windows_include.h
third_party/spdlog-1.14.1/include/spdlog/fmt/bin_to_hex.h
third_party/spdlog-1.14.1/include/spdlog/fmt/chrono.h
third_party/spdlog-1.14.1/include/spdlog/fmt/compile.h
third_party/spdlog-1.14.1/include/spdlog/fmt/fmt.h
third_party/spdlog-1.14.1/include/spdlog/fmt/ostr.h
third_party/spdlog-1.14.1/include/spdlog/fmt/ranges.h
third_party/spdlog-1.14.1/include/spdlog/fmt/std.h
third_party/spdlog-1.14.1/include/spdlog/fmt/xchar.h
third_party/spdlog-1.14.1/include/spdlog/fmt/bundled/args.h
third_party/spdlog-1.14.1/include/spdlog/fmt/bundled/chrono.h
third_party/spdlog-1.14.1/include/spdlog/fmt/bundled/color.h
third_party/spdlog-1.14.1/include/spdlog/fmt/bundled/compile.h
third_party/spdlog-1.14.1/include/spdlog/fmt/bundled/core.h
third_party/spdlog-1.14.1/include/spdlog/fmt/bundled/fmt.license.rst
third_party/spdlog-1.14.1/include/spdlog/fmt/bundled/format-inl.h
third_party/spdlog-1.14.1/include/spdlog/fmt/bundled/format.h
third_party/spdlog-1.14.1/include/spdlog/fmt/bundled/locale.h
third_party/spdlog-1.14.1/include/spdlog/fmt/bundled/os.h
third_party/spdlog-1.14.1/include/spdlog/fmt/bundled/ostream.h
third_party/spdlog-1.14.1/include/spdlog/fmt/bundled/printf.h
third_party/spdlog-1.14.1/include/spdlog/fmt/bundled/ranges.h
third_party/spdlog-1.14.1/include/spdlog/fmt/bundled/std.h
third_party/spdlog-1.14.1/include/spdlog/fmt/bundled/xchar.h
third_party/spdlog-1.14.1/include/spdlog/sinks/android_sink.h
third_party/spdlog-1.14.1/include/spdlog/sinks/ansicolor_sink-inl.h
third_party/spdlog-1.14.1/include/spdlog/sinks/ansicolor_sink.h
third_party/spdlog-1.14.1/include/spdlog/sinks/base_sink-inl.h
third_party/spdlog-1.14.1/include/spdlog/sinks/base_sink.h
third_party/spdlog-1.14.1/include/spdlog/sinks/basic_file_sink-inl.h
third_party/spdlog-1.14.1/include/spdlog/sinks/basic_file_sink.h
third_party/spdlog-1.14.1/include/spdlog/sinks/callback_sink.h
third_party/spdlog-1.14.1/include/spdlog/sinks/daily_file_sink.h
third_party/spdlog-1.14.1/include/spdlog/sinks/dist_sink.h
third_party/spdlog-1.14.1/include/spdlog/sinks/dup_filter_sink.h
third_party/spdlog-1.14.1/include/spdlog/sinks/hourly_file_sink.h
third_party/spdlog-1.14.1/include/spdlog/sinks/kafka_sink.h
third_party/spdlog-1.14.1/include/spdlog/sinks/mongo_sink.h
third_party/spdlog-1.14.1/include/spdlog/sinks/msvc_sink.h
third_party/spdlog-1.14.1/include/spdlog/sinks/null_sink.h
third_party/spdlog-1.14.1/include/spdlog/sinks/ostream_sink.h
third_party/spdlog-1.14.1/include/spdlog/sinks/qt_sinks.h
third_party/spdlog-1.14.1/include/spdlog/sinks/ringbuffer_sink.h
third_party/spdlog-1.14.1/include/spdlog/sinks/rotating_file_sink-inl.h
third_party/spdlog-1.14.1/include/spdlog/sinks/rotating_file_sink.h
third_party/spdlog-1.14.1/include/spdlog/sinks/sink-inl.h
third_party/spdlog-1.14.1/include/spdlog/sinks/sink.h
third_party/spdlog-1.14.1/include/spdlog/sinks/stdout_color_sinks-inl.h
third_party/spdlog-1.14.1/include/spdlog/sinks/stdout_color_sinks.h
third_party/spdlog-1.14.1/include/spdlog/sinks/stdout_sinks-inl.h
third_party/spdlog-1.14.1/include/spdlog/sinks/stdout_sinks.h
third_party/spdlog-1.14.1/include/spdlog/sinks/syslog_sink.h
third_party/spdlog-1.14.1/include/spdlog/sinks/systemd_sink.h
third_party/spdlog-1.14.1/include/spdlog/sinks/tcp_sink.h
third_party/spdlog-1.14.1/include/spdlog/sinks/udp_sink.h
third_party/spdlog-1.14.1/include/spdlog/sinks/win_eventlog_sink.h
third_party/spdlog-1.14.1/include/spdlog/sinks/wincolor_sink-inl.h
third_party/spdlog-1.14.1/include/spdlog/sinks/wincolor_sink.h
third_party/spdlog-1.14.1/logos/jetbrains-variant-4.svg
third_party/spdlog-1.14.1/logos/spdlog.png
third_party/spdlog-1.14.1/scripts/ci_setup_clang.sh
third_party/spdlog-1.14.1/scripts/extract_version.py
third_party/spdlog-1.14.1/scripts/format.sh
third_party/spdlog-1.14.1/src/async.cpp
third_party/spdlog-1.14.1/src/bundled_fmtlib_format.cpp
third_party/spdlog-1.14.1/src/cfg.cpp
third_party/spdlog-1.14.1/src/color_sinks.cpp
third_party/spdlog-1.14.1/src/file_sinks.cpp
third_party/spdlog-1.14.1/src/spdlog.cpp
third_party/spdlog-1.14.1/src/stdout_sinks.cpp
third_party/spdlog-1.14.1/tests/CMakeLists.txt
third_party/spdlog-1.14.1/tests/includes.h
third_party/spdlog-1.14.1/tests/main.cpp
third_party/spdlog-1.14.1/tests/test_async.cpp
third_party/spdlog-1.14.1/tests/test_backtrace.cpp
third_party/spdlog-1.14.1/tests/test_bin_to_hex.cpp
third_party/spdlog-1.14.1/tests/test_cfg.cpp
third_party/spdlog-1.14.1/tests/test_circular_q.cpp
third_party/spdlog-1.14.1/tests/test_create_dir.cpp
third_party/spdlog-1.14.1/tests/test_custom_callbacks.cpp
third_party/spdlog-1.14.1/tests/test_daily_logger.cpp
third_party/spdlog-1.14.1/tests/test_dup_filter.cpp
third_party/spdlog-1.14.1/tests/test_errors.cpp
third_party/spdlog-1.14.1/tests/test_eventlog.cpp
third_party/spdlog-1.14.1/tests/test_file_helper.cpp
third_party/spdlog-1.14.1/tests/test_file_logging.cpp
third_party/spdlog-1.14.1/tests/test_fmt_helper.cpp
third_party/spdlog-1.14.1/tests/test_macros.cpp
third_party/spdlog-1.14.1/tests/test_misc.cpp
third_party/spdlog-1.14.1/tests/test_mpmc_q.cpp
third_party/spdlog-1.14.1/tests/test_pattern_formatter.cpp
third_party/spdlog-1.14.1/tests/test_registry.cpp
third_party/spdlog-1.14.1/tests/test_sink.h
third_party/spdlog-1.14.1/tests/test_stdout_api.cpp
third_party/spdlog-1.14.1/tests/test_stopwatch.cpp
third_party/spdlog-1.14.1/tests/test_systemd.cpp
third_party/spdlog-1.14.1/tests/test_time_point.cpp
third_party/spdlog-1.14.1/tests/utils.cpp
third_party/spdlog-1.14.1/tests/utils.h