financial-analyst
Copyright 2026 Jesson Hu

This product includes software developed at jesson-hh (https://github.com/jesson-hh).
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

================================================================================
Third-party software included in this product (attribution per Apache 2.0 § 4(d)):
================================================================================

litellm (Apache 2.0)
  https://github.com/BerriAI/litellm
  © BerriAI. Used as fallback path for anthropic provider in llm/client.py.

openai (Apache 2.0)
  https://github.com/openai/openai-python
  © OpenAI. Used as primary client for qwen/deepseek/openai/openrouter routing.

huggingface_hub (Apache 2.0)
  https://github.com/huggingface/huggingface_hub
  © HuggingFace. Used for dataset publish / fetch (data/publish_hf_dataset.py).

pytdx (Apache 2.0)
  https://github.com/rainx/pytdx
  © rainx & contributors. Used in data/updaters/pytdx_* for direct broker connection.

tushare (BSD 3-Clause)
  https://github.com/waditu/tushare
  © Jimmy. Used via raw HTTP in data/loaders/tushare.py (not as Python lib).

qlib (MIT)
  https://github.com/microsoft/qlib
  © Microsoft. Used as time-series binary format spec for data/.

pandas (BSD 3-Clause)
  https://github.com/pandas-dev/pandas

pydantic (MIT)
  https://github.com/pydantic/pydantic

httpx (BSD 3-Clause)
  https://github.com/encode/httpx

requests (Apache 2.0)
  https://github.com/psf/requests

FastAPI (MIT)
  https://github.com/tiangolo/fastapi
  Used by buddy/server.py SSE API.

uvicorn (BSD 3-Clause)
  https://github.com/encode/uvicorn

================================================================================
HF dataset attribution:
================================================================================

A-share historical data hosted at:
  https://huggingface.co/datasets/yifishbossman/financial-analyst-data-{demo|lite|full}
  Apache 2.0 (code path) + original data source terms (Tushare Pro / TDX 主站) for content.
