helix-framework
Copyright 2026 Dhruv Choudhary

This product is licensed under the Apache License, Version 2.0.
You may obtain a copy of the License at:

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

---

This software was written from scratch by Dhruv Choudhary.

Third-party dependencies are listed in pyproject.toml and are governed
by their own respective licenses. Notable dependencies:

  - pydantic          (MIT License)       https://github.com/pydantic/pydantic
  - openai            (MIT License)       https://github.com/openai/openai-python
  - anthropic         (MIT License)       https://github.com/anthropic/anthropic-sdk-python
  - google-generativeai (Apache 2.0)     https://github.com/google/generative-ai-python
  - groq              (Apache 2.0)        https://github.com/groq/groq-python
  - mistralai         (Apache 2.0)        https://github.com/mistralai/client-python
  - cohere            (MIT License)       https://github.com/cohere-ai/cohere-python
  - together          (Apache 2.0)        https://github.com/togethercomputer/together-python
  - tiktoken          (MIT License)       https://github.com/openai/tiktoken
  - httpx             (BSD License)       https://github.com/encode/httpx
  - duckduckgo-search (MIT License)       https://github.com/deedy5/duckduckgo_search
