agentreplay 0.1.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,285 @@
1
+ Metadata-Version: 2.4
2
+ Name: agentreplay
3
+ Version: 0.1.2
4
+ Summary: Agentreplay is a high-performance observability and tracing platform for LLM agents and AI apps, combining semantic search, specialized evals (RAGAS, G-Eval, toxicity), and Git-like versioning of prompts and responses.
5
+ Author-email: Sushanth <sushanth@agentreplay.dev>
6
+ License: Apache-2.0
7
+ Project-URL: Homepage, https://agentreplay.dev
8
+ Project-URL: Documentation, https://docs.agentreplay.dev
9
+ Project-URL: Repository, https://github.com/agentreplay/agentreplay
10
+ Project-URL: Issues, https://github.com/agentreplay/agentreplay/issues
11
+ Project-URL: Changelog, https://github.com/agentreplay/agentreplay/blob/main/CHANGELOG.md
12
+ Keywords: llm,agents,tracing,observability,ai,opentelemetry,ragas,evaluation,prompts,semantic-search
13
+ Classifier: Development Status :: 4 - Beta
14
+ Classifier: Intended Audience :: Developers
15
+ Classifier: License :: OSI Approved :: Apache Software License
16
+ Classifier: Programming Language :: Python :: 3
17
+ Classifier: Programming Language :: Python :: 3.8
18
+ Classifier: Programming Language :: Python :: 3.9
19
+ Classifier: Programming Language :: Python :: 3.10
20
+ Classifier: Programming Language :: Python :: 3.11
21
+ Classifier: Programming Language :: Python :: 3.12
22
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
23
+ Classifier: Topic :: System :: Monitoring
24
+ Requires-Python: >=3.8
25
+ Description-Content-Type: text/markdown
26
+ License-File: LICENSE
27
+ Requires-Dist: pydantic>=2.0.0
28
+ Requires-Dist: opentelemetry-api>=1.20.0
29
+ Requires-Dist: opentelemetry-sdk>=1.20.0
30
+ Requires-Dist: opentelemetry-exporter-otlp-proto-grpc>=1.20.0
31
+ Requires-Dist: opentelemetry-instrumentation>=0.41b0
32
+ Requires-Dist: opentelemetry-instrumentation-openai>=0.48.0
33
+ Requires-Dist: httpx>=0.24.0
34
+ Provides-Extra: dev
35
+ Requires-Dist: pytest>=7.0.0; extra == "dev"
36
+ Requires-Dist: pytest-asyncio>=0.21.0; extra == "dev"
37
+ Requires-Dist: black>=23.0.0; extra == "dev"
38
+ Requires-Dist: mypy>=1.0.0; extra == "dev"
39
+ Requires-Dist: ruff>=0.1.0; extra == "dev"
40
+ Provides-Extra: langchain
41
+ Requires-Dist: langchain>=0.3.0; extra == "langchain"
42
+ Requires-Dist: langchain-openai>=0.2.0; extra == "langchain"
43
+ Provides-Extra: langgraph
44
+ Requires-Dist: langgraph>=0.2.0; extra == "langgraph"
45
+ Requires-Dist: langchain>=0.3.0; extra == "langgraph"
46
+ Provides-Extra: llamaindex
47
+ Requires-Dist: llama-index>=0.11.0; extra == "llamaindex"
48
+ Requires-Dist: llama-index-core>=0.11.0; extra == "llamaindex"
49
+ Provides-Extra: llamaindex-workflows
50
+ Requires-Dist: llama-index>=0.11.0; extra == "llamaindex-workflows"
51
+ Requires-Dist: llama-index-workflows>=0.2.0; extra == "llamaindex-workflows"
52
+ Provides-Extra: openai-agents
53
+ Requires-Dist: openai-agents>=0.5.0; extra == "openai-agents"
54
+ Provides-Extra: autogen
55
+ Requires-Dist: autogen-agentchat>=0.4.0; extra == "autogen"
56
+ Requires-Dist: autogen-core>=0.4.0; extra == "autogen"
57
+ Provides-Extra: semantic-kernel
58
+ Requires-Dist: semantic-kernel>=1.0.0; extra == "semantic-kernel"
59
+ Provides-Extra: crewai
60
+ Requires-Dist: crewai>=0.1.0; extra == "crewai"
61
+ Provides-Extra: smolagents
62
+ Requires-Dist: smolagents>=1.0.0; extra == "smolagents"
63
+ Provides-Extra: pydantic-ai
64
+ Requires-Dist: pydantic-ai>=1.0.0; extra == "pydantic-ai"
65
+ Provides-Extra: strands
66
+ Requires-Dist: strands-sdk>=1.0.0; extra == "strands"
67
+ Provides-Extra: google-adk
68
+ Requires-Dist: google-adk>=1.0.0; extra == "google-adk"
69
+ Provides-Extra: all-frameworks
70
+ Requires-Dist: langchain>=0.3.0; extra == "all-frameworks"
71
+ Requires-Dist: langchain-openai>=0.2.0; extra == "all-frameworks"
72
+ Requires-Dist: langgraph>=0.2.0; extra == "all-frameworks"
73
+ Requires-Dist: llama-index>=0.11.0; extra == "all-frameworks"
74
+ Requires-Dist: openai-agents>=0.5.0; extra == "all-frameworks"
75
+ Requires-Dist: autogen-agentchat>=0.4.0; extra == "all-frameworks"
76
+ Requires-Dist: semantic-kernel>=1.0.0; extra == "all-frameworks"
77
+ Requires-Dist: crewai>=0.1.0; extra == "all-frameworks"
78
+ Requires-Dist: smolagents>=1.0.0; extra == "all-frameworks"
79
+ Requires-Dist: pydantic-ai>=1.0.0; extra == "all-frameworks"
80
+ Provides-Extra: all
81
+ Requires-Dist: langchain>=0.3.0; extra == "all"
82
+ Requires-Dist: langchain-openai>=0.2.0; extra == "all"
83
+ Requires-Dist: langgraph>=0.2.0; extra == "all"
84
+ Requires-Dist: llama-index>=0.11.0; extra == "all"
85
+ Requires-Dist: openai-agents>=0.5.0; extra == "all"
86
+ Requires-Dist: autogen-agentchat>=0.4.0; extra == "all"
87
+ Requires-Dist: semantic-kernel>=1.0.0; extra == "all"
88
+ Requires-Dist: crewai>=0.1.0; extra == "all"
89
+ Requires-Dist: smolagents>=1.0.0; extra == "all"
90
+ Requires-Dist: pydantic-ai>=1.0.0; extra == "all"
91
+ Requires-Dist: pytest>=7.0.0; extra == "all"
92
+ Requires-Dist: pytest-asyncio>=0.21.0; extra == "all"
93
+ Dynamic: license-file
94
+
95
+ # Agent Replay Python SDK
96
+
97
+ Python SDK for Agent Replay - A purpose-built agent trace engine for LLM agents.
98
+
99
+ ## Installation
100
+
101
+ ```bash
102
+ pip install agentreplay
103
+ ```
104
+
105
+ ### With Framework Integrations
106
+
107
+ ```bash
108
+ # Install specific framework integrations
109
+ pip install agentreplay[langchain] # LangChain / LangGraph
110
+ pip install agentreplay[llamaindex] # LlamaIndex
111
+ pip install agentreplay[openai-agents] # OpenAI Agents SDK
112
+ pip install agentreplay[autogen] # Microsoft AutoGen
113
+ pip install agentreplay[semantic-kernel] # Semantic Kernel
114
+ pip install agentreplay[crewai] # CrewAI
115
+ pip install agentreplay[smolagents] # Hugging Face smolagents
116
+ pip install agentreplay[pydantic-ai] # PydanticAI
117
+ pip install agentreplay[strands] # AWS Strands Agents
118
+ pip install agentreplay[google-adk] # Google ADK
119
+
120
+ # Or install all framework integrations at once
121
+ pip install agentreplay[all-frameworks]
122
+
123
+ # For development (includes all frameworks + dev tools)
124
+ pip install agentreplay[all]
125
+ ```
126
+
127
+ ## Quick Start
128
+
129
+ ```python
130
+ from agentreplay import AgentreplayClient, SpanType
131
+
132
+ # Initialize client
133
+ client = AgentreplayClient(
134
+ url="http://localhost:47100",
135
+ tenant_id=1,
136
+ project_id=0
137
+ )
138
+
139
+ # Log a trace
140
+ with client.trace(span_type=SpanType.ROOT) as root:
141
+ # Planning step
142
+ with root.child(SpanType.PLANNING) as planning:
143
+ planning.set_token_count(50)
144
+ planning.set_confidence(0.95)
145
+
146
+ # Tool call
147
+ with root.child(SpanType.TOOL_CALL) as tool:
148
+ tool.set_token_count(20)
149
+ tool.set_duration_ms(150)
150
+
151
+ # Final response
152
+ with root.child(SpanType.RESPONSE) as response:
153
+ response.set_token_count(80)
154
+ response.set_confidence(0.94)
155
+
156
+ # Query traces
157
+ edges = client.query_temporal_range(
158
+ start_timestamp_us=start_time,
159
+ end_timestamp_us=end_time
160
+ )
161
+
162
+ # Get causal relationships
163
+ children = client.get_children(edge_id)
164
+ ancestors = client.get_ancestors(edge_id)
165
+ ```
166
+
167
+ ## Framework Integrations
168
+
169
+ Agent Replay provides seamless integrations for all major AI agent frameworks:
170
+
171
+ ### Supported Frameworks
172
+
173
+ | Framework | Install | Documentation |
174
+ |-----------|---------|---------------|
175
+ | **LangChain / LangGraph** | `pip install agentreplay[langchain]` | Chains, agents, workflows |
176
+ | **LlamaIndex** | `pip install agentreplay[llamaindex]` | Query engines, agents, workflows |
177
+ | **OpenAI Agents SDK** | `pip install agentreplay[openai-agents]` | Agent wrappers, sessions |
178
+ | **Microsoft AutoGen** | `pip install agentreplay[autogen]` | Multi-agent conversations |
179
+ | **Semantic Kernel** | `pip install agentreplay[semantic-kernel]` | Kernel functions, planners |
180
+ | **CrewAI** | `pip install agentreplay[crewai]` | Crews, tasks, collaboration |
181
+ | **Hugging Face smolagents** | `pip install agentreplay[smolagents]` | Code agents, tool calling |
182
+ | **PydanticAI** | `pip install agentreplay[pydantic-ai]` | Type-safe agents |
183
+ | **Strands Agents** | `pip install agentreplay[strands]` | AWS agents, multi-provider |
184
+ | **Google ADK** | `pip install agentreplay[google-adk]` | Gemini agents |
185
+
186
+ ### Quick Integration Examples
187
+
188
+ #### LangChain
189
+
190
+ ```python
191
+ from agentreplay.integrations.langchain import Agent ReplayCallbackHandler
192
+ from langchain.chains import LLMChain
193
+
194
+ callback = Agent ReplayCallbackHandler(
195
+ url="http://localhost:8080",
196
+ tenant_id=1
197
+ )
198
+
199
+ chain = LLMChain(llm=llm, callbacks=[callback])
200
+ result = chain.run("What is the weather?")
201
+ ```
202
+
203
+ #### LlamaIndex
204
+
205
+ ```python
206
+ from agentreplay.integrations.llamaindex import create_callback_manager
207
+ from llama_index.core import VectorStoreIndex
208
+
209
+ callback_manager = create_callback_manager(
210
+ agentreplay_url="http://localhost:8080",
211
+ tenant_id=1
212
+ )
213
+
214
+ index = VectorStoreIndex.from_documents(
215
+ documents,
216
+ callback_manager=callback_manager
217
+ )
218
+ ```
219
+
220
+ #### OpenAI Agents SDK
221
+
222
+ ```python
223
+ from agentreplay.integrations.openai_agents import Agent ReplayAgentWrapper
224
+ from openai_agents import Agent
225
+
226
+ agent = Agent(name="assistant", instructions="You are helpful")
227
+ wrapped = Agent ReplayAgentWrapper(
228
+ agent=agent,
229
+ agentreplay_url="http://localhost:8080",
230
+ tenant_id=1
231
+ )
232
+
233
+ session = wrapped.create_session()
234
+ response = wrapped.run(session, "Hello!")
235
+ ```
236
+
237
+ #### PydanticAI
238
+
239
+ ```python
240
+ from agentreplay.integrations.pydantic_ai import wrap_pydantic_ai_agent
241
+ from pydantic_ai import Agent
242
+
243
+ agent = Agent("openai:gpt-4")
244
+ agent = wrap_pydantic_ai_agent(
245
+ agent,
246
+ agentreplay_url="http://localhost:8080",
247
+ tenant_id=1
248
+ )
249
+
250
+ result = agent.run_sync("Process this request")
251
+ ```
252
+
253
+ **📚 For detailed integration guides and examples, see [INTEGRATIONS.md](INTEGRATIONS.md)**
254
+
255
+ ## Features
256
+
257
+ ### Core SDK
258
+ - **Low-level API**: Direct control over edge creation and querying
259
+ - **Context Managers**: Pythonic span tracking with automatic parent-child relationships
260
+ - **Async Support**: Full async/await support for high-performance applications
261
+ - **Type Safety**: Full type hints and Pydantic models
262
+ - **Causal Queries**: Navigate agent reasoning graphs
263
+ - **Semantic Search**: Find similar traces using vector embeddings
264
+
265
+ ### Framework Integrations (New in v2.0!)
266
+ - **10+ Framework Support**: LangChain, LlamaIndex, OpenAI Agents, AutoGen, and more
267
+ - **Automatic Tracking**: LLM calls, token usage, costs, and execution timing
268
+ - **OpenTelemetry GenAI**: Full semantic conventions support
269
+ - **Production Ready**: Async/sync, error resilience, connection pooling
270
+ - **Zero Code Changes**: Wrap existing agents with minimal modifications
271
+
272
+ ## Documentation
273
+
274
+ - **Quick Start**: See above and [examples/](examples/)
275
+ - **Framework Integrations**: [INTEGRATIONS.md](INTEGRATIONS.md)
276
+ - **Full API Documentation**: https://docs.agentreplay.dev/python-sdk
277
+ - **Examples**:
278
+ - [LangChain/LangGraph](examples/integrations/langchain_langgraph_example.py)
279
+ - [LlamaIndex](examples/integrations/llamaindex_example.py)
280
+ - [OpenAI Agents](examples/integrations/openai_agents_example.py)
281
+ - [All Frameworks Quickstart](examples/integrations/all_frameworks_quickstart.py)
282
+
283
+ ## License
284
+
285
+ Apache License 2.0 - Copyright 2025 Sushanth (https://github.com/sushanthpy)
@@ -0,0 +1,33 @@
1
+ agentreplay/__init__.py,sha256=7KhEebDDeaS1ltm6UivGPvI4MlIc9v6C7dKPhZE6JPM,2366
2
+ agentreplay/batching.py,sha256=SKfN_g1R9_BJakK_r8i69nITa3MGPKUOGLlfJBfQ_6E,10630
3
+ agentreplay/bootstrap.py,sha256=sPEvapnFxaIAwpf-K62fyahiFuyFKvPK0B6zoZu7ysk,7156
4
+ agentreplay/circuit_breaker.py,sha256=B_gnDv7lqr3ER-sDS7hkp7fz9pIeaDU4MUOTQ6eXSWg,10567
5
+ agentreplay/client.py,sha256=_PdfIiNmwdp_wAdoihmBuNrKJhyZjf-GYZzWJTsrYAY,56642
6
+ agentreplay/config.py,sha256=Rg5DbfphxIWHVrEIJCsedytgfUNGK8B3baTmwArCxwc,7152
7
+ agentreplay/context.py,sha256=qgON3d5jvh1U0qdAAACeexHUuBAu6Z1MMOkBPYyrFck,4933
8
+ agentreplay/env_config.py,sha256=FMUj3QNMc0Rl3-FxxPcN1j6Iyopd2EtesI8RZGFlrfI,12054
9
+ agentreplay/env_init.py,sha256=u_ljQEedEnt8tp42SBZldSW7sCznQ4YBwtzteXH8BEw,4590
10
+ agentreplay/exceptions.py,sha256=bitPpI-VO34OtMU3eAIqDc1dSCHYSUwzxL3MsIE8NuI,2681
11
+ agentreplay/genai.py,sha256=4BZz8v_nJyUm7D5_BzF0kUXYTPSY85x5hHUtCkiDbTQ,22383
12
+ agentreplay/genai_conventions.py,sha256=dh_yvJhXI6Py4cWQ7T2Nf5GpaLd5v7lPuenhQnhvi6k,19624
13
+ agentreplay/install_pth.py,sha256=NjtVCCmv4yO2594-dn1oeL1vyFyKL9hLAToxv6pPesk,4633
14
+ agentreplay/langchain_tracer.py,sha256=9L9rzrCBIEXnXqHNrc-r1ZNX4mDnWzgiUojDJFmH254,12349
15
+ agentreplay/models.py,sha256=yoI23FYNM5yXFof3kobPLW1K3aWng70wugroM4vlrHk,4073
16
+ agentreplay/otel_bridge.py,sha256=F9cuSlwAdDEEK8Nqtz9YTIG_eL53AshoU2KD8CIOgU4,9206
17
+ agentreplay/patch.py,sha256=x_DuIyGavQ7NvmGWXdplDqGkwXaO7Dr0tVUOYfeiVF4,9419
18
+ agentreplay/propagation.py,sha256=ubeh_jrOWTFmwGWVnoo8tJ3iPKvO0WGjuD65USeMpLg,10766
19
+ agentreplay/py.typed,sha256=E1lmZ1r_LJQ_GR6uGaKL63Zd32ZqtqSwQDYYSZtKkRE,188
20
+ agentreplay/retry.py,sha256=cUNzlOJaJYiQCL77ybsrtGg-SZGSfdaZm_fF9D4wOoY,5558
21
+ agentreplay/sampling.py,sha256=kmnzMCyyld8_X-7xBZQTaTPqjj-Kkwc7NFwhdZZLQkw,9132
22
+ agentreplay/session.py,sha256=oS_z7ADS3ZmQUIF18KHhVZVewlSdKj5hL0wdPLq3xko,5647
23
+ agentreplay/sitecustomize.py,sha256=dJfBnQktxvLT32K6wvKaolegabAIs7_sQNeS1C7am9o,3454
24
+ agentreplay/span.py,sha256=yCX-mUjKHKTS98Do58WiD54joefEjiiGHTpEQWWboBc,9919
25
+ agentreplay/unified.py,sha256=tNRKa22kzGPuJ7DFTmP4zdPIUD6VKRUCwK2GbtCj7Y8,14827
26
+ agentreplay/auto_instrument/__init__.py,sha256=DBisDdlEadveofjf2zWhOGg_-kFCnTUePFT6i8l8jFI,8381
27
+ agentreplay/auto_instrument/openai.py,sha256=VwWah80J3OpCSLW9th92zQ3yo-kngDHyRcE29GtXpes,17390
28
+ agentreplay-0.1.2.dist-info/licenses/LICENSE,sha256=azMd5i70GEpRajD37zaPPg_Q1a4XC-FXc2EJJFHKBNU,10789
29
+ agentreplay-0.1.2.dist-info/METADATA,sha256=L_qlu_3d7v30baz--YMawcyH3WOYLCDt8uayqOwgaKQ,10691
30
+ agentreplay-0.1.2.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
31
+ agentreplay-0.1.2.dist-info/entry_points.txt,sha256=otUD6ffRUlIf3mqoxrZUNdSEjuR0r6oKff-Z-c92CK8,69
32
+ agentreplay-0.1.2.dist-info/top_level.txt,sha256=7Q1r7CGelbo4mAYhxlcUGSbWYEpBgA9tmCdUefDonDM,12
33
+ agentreplay-0.1.2.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.10.2)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ agentreplay-install = agentreplay.install_pth:main
@@ -0,0 +1,190 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to the Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ Copyright 2025 Sushanth (https://github.com/sushanthpy)
179
+
180
+ Licensed under the Apache License, Version 2.0 (the "License");
181
+ you may not use this file except in compliance with the License.
182
+ You may obtain a copy of the License at
183
+
184
+ http://www.apache.org/licenses/LICENSE-2.0
185
+
186
+ Unless required by applicable law or agreed to in writing, software
187
+ distributed under the License is distributed on an "AS IS" BASIS,
188
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
189
+ See the License for the specific language governing permissions and
190
+ limitations under the License.
@@ -0,0 +1 @@
1
+ agentreplay