# Copyright LangChain Authors – MIT License
# Attribution Statements: LangChain and its submodules (langchain, langchain-core, langchain-nvidia-ai-endpoints) are used for LLM orchestration and NVIDIA AI integration.
# License Text(https://spdx.org/licenses/MIT.html)
#
# MIT License
#
# Copyright (c) 2023 LangChain
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all
# copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.
#
#
# Copyright The Pandas Development Team – BSD 3-Clause License
# Attribution Statements: Pandas is used for structured data manipulation and analysis.
# License Text(https://spdx.org/licenses/BSD-3-Clause.html)
#
# Copyright (c) 2008-2025, AQR Capital Management, LLC, and the Pandas Development Team
# All rights reserved.
# BSD 3-Clause License terms apply.
#
#
# Copyright NumPy Developers – BSD 3-Clause License
# Attribution Statements: NumPy is used for numerical array computation.
# License Text(https://spdx.org/licenses/BSD-3-Clause.html)
#
# Copyright (c) 2005-2025, NumPy Developers
# All rights reserved.
# BSD 3-Clause License terms apply.
#
#
# MIT License
#
# Copyright (c) 2018 Sebastián Ramírez
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is furnished
# to do so, subject to the following conditions: the above copyright notice and
# this permission notice shall be included in all copies or substantial portions
# of the Software.
#
#
# Copyright Kenneth Reitz and Contributors – Apache 2.0 License
# Attribution Statements: Requests is used for HTTP communication and API interaction.
# License Text(https://spdx.org/licenses/Apache-2.0.html)
#
# 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
#
#
# Copyright Samuel Colvin and Pydantic Contributors – MIT License
# Attribution Statements: Pydantic and pydantic-settings are used for settings management and data validation.
# License Text(https://spdx.org/licenses/MIT.html)
#
# MIT License
#
# Copyright (c) 2017 Samuel Colvin
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software.
#
#
# Copyright IBM and Contributors – Apache 2.0 License
# Attribution Statements: Drain3 is used for streaming log template mining.
# License Text(https://spdx.org/licenses/Apache-2.0.html)
#
# 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
#
#
# Copyright (c) 2017-2025, Encode OSS Ltd.
# All rights reserved.
# BSD 3-Clause License terms apply.
