Skip to content

Commit df94f7a

Browse files
committed
Third-party update
1 parent 76af043 commit df94f7a

4 files changed

Lines changed: 125 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2024-2026 MaxiDonkey
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
## DelphiAnthropic
2+
3+
**Project:** DelphiAnthropic
4+
**Author / maintainer:** MaxiDonkey
5+
**Repository:** https://github.com/MaxiDonkey/DelphiAnthropic
6+
**License:** MIT License
7+
**Copyright:** Copyright (c) 2024-2026 MaxiDonkey
8+
9+
DelphiAnthropic is an open source Delphi wrapper for the Anthropic Claude API.
10+
11+
It provides Delphi-native access to Anthropic's Messages API, including features such as synchronous and asynchronous execution, SSE streaming, tool/function calling, structured outputs, multimodal inputs, and advanced reasoning modes.
12+
13+
Pythia-Webview2 uses code from DelphiAnthropic to integrate or demonstrate Anthropic Claude API interactions from Delphi applications.
14+
15+
### Bundled copy
16+
17+
The version of DelphiAnthropic included in this repository may not be the latest upstream version.
18+
19+
It is provided primarily to make the examples easier to compile and to improve the first-run experience for developers discovering Pythia-Webview2.
20+
21+
For production projects, it is recommended to clone or download DelphiAnthropic directly from the official upstream repository, then add its source path to the Delphi project options.
22+
23+
### License notice
24+
25+
DelphiAnthropic is distributed under the MIT License.
26+
27+
If this repository includes a copy or substantial portions of DelphiAnthropic, the original copyright notice and MIT license text must be preserved.
28+
29+
A copy of the DelphiAnthropic MIT License is included next to this file as `LICENSE`.
30+
31+
### Relationship with Anthropic
32+
33+
DelphiAnthropic is an unofficial library.
34+
35+
It is not authored, maintained, endorsed, or supported by Anthropic. Anthropic does not provide an official Delphi SDK for Claude.
36+
37+
Users and integrators should refer to Anthropic's official documentation, API terms, and usage policies when using the Anthropic Claude API.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2026 Salvador Díaz Fau
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Third-Party Notices
2+
3+
This directory contains third-party source code and/or dependencies used by Pythia-Webview2 demos or by the Pythia-Webview2 development environment.
4+
5+
The presence of third-party code in this directory does not imply that the third-party project is maintained by the Pythia-Webview2 project.
6+
7+
## WebView4Delphi
8+
9+
**Project:** WebView4Delphi
10+
**Author / maintainer:** Salvador Díaz Fau
11+
**Repository:** https://github.com/salvadordf/WebView4Delphi
12+
**License:** MIT License
13+
**Copyright:** Copyright (c) 2026 Salvador Díaz Fau
14+
15+
WebView4Delphi is an open source project used to embed Microsoft Edge WebView2 / Chromium-based browser components in Delphi or Lazarus/FPC applications.
16+
17+
Pythia-Webview2 relies on WebView4Delphi for its WebView2 hosting layer.
18+
19+
### Bundled copy
20+
21+
The version of WebView4Delphi included in this `dependencies/` directory may not be the latest upstream version.
22+
23+
It is provided primarily to make the examples easier to compile and to improve the first-run experience for developers discovering Pythia-Webview2.
24+
25+
For production projects, it is recommended to clone or download WebView4Delphi directly from the official upstream repository, then add its source path to the Delphi project options.
26+
27+
### License notice
28+
29+
WebView4Delphi is distributed under the MIT License.
30+
31+
If this repository includes a copy or substantial portions of WebView4Delphi, the original copyright notice and MIT license text must be preserved.
32+
33+
A copy of the WebView4Delphi MIT License is included next to this file as `LICENSE`.
34+
35+
## Microsoft WebView2 Runtime
36+
37+
**Project:** Microsoft Edge WebView2 Runtime
38+
**Provider:** Microsoft
39+
**Documentation:** https://learn.microsoft.com/microsoft-edge/webview2/
40+
41+
Pythia-Webview2 and WebView4Delphi require the Microsoft Edge WebView2 Runtime on the target machine.
42+
43+
The WebView2 Runtime is not authored, maintained, or redistributed by Pythia-Webview2 unless explicitly stated elsewhere in the repository.
44+
45+
Users and integrators should refer to Microsoft's official documentation and redistribution terms for WebView2 Runtime deployment.
46+

0 commit comments

Comments
 (0)