quraite 0.0.1__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.
Files changed (49) hide show
  1. quraite/__init__.py +3 -0
  2. quraite/adapters/__init__.py +134 -0
  3. quraite/adapters/agno_adapter.py +159 -0
  4. quraite/adapters/base.py +123 -0
  5. quraite/adapters/bedrock_agents_adapter.py +343 -0
  6. quraite/adapters/flowise_adapter.py +275 -0
  7. quraite/adapters/google_adk_adapter.py +209 -0
  8. quraite/adapters/http_adapter.py +239 -0
  9. quraite/adapters/langflow_adapter.py +192 -0
  10. quraite/adapters/langgraph_adapter.py +304 -0
  11. quraite/adapters/langgraph_server_adapter.py +252 -0
  12. quraite/adapters/n8n_adapter.py +220 -0
  13. quraite/adapters/openai_agents_adapter.py +269 -0
  14. quraite/adapters/pydantic_ai_adapter.py +312 -0
  15. quraite/adapters/smolagents_adapter.py +152 -0
  16. quraite/logger.py +62 -0
  17. quraite/schema/__init__.py +0 -0
  18. quraite/schema/message.py +54 -0
  19. quraite/schema/response.py +16 -0
  20. quraite/serve/__init__.py +1 -0
  21. quraite/serve/cloudflared.py +210 -0
  22. quraite/serve/local_agent.py +360 -0
  23. quraite/traces/traces_adk_openinference.json +379 -0
  24. quraite/traces/traces_agno_multi_agent.json +669 -0
  25. quraite/traces/traces_agno_openinference.json +321 -0
  26. quraite/traces/traces_crewai_openinference.json +155 -0
  27. quraite/traces/traces_langgraph_openinference.json +349 -0
  28. quraite/traces/traces_langgraph_openinference_multi_agent.json +2705 -0
  29. quraite/traces/traces_langgraph_traceloop.json +510 -0
  30. quraite/traces/traces_openai_agents_multi_agent_1.json +402 -0
  31. quraite/traces/traces_openai_agents_openinference.json +341 -0
  32. quraite/traces/traces_pydantic_openinference.json +286 -0
  33. quraite/traces/traces_pydantic_openinference_multi_agent_1.json +399 -0
  34. quraite/traces/traces_pydantic_openinference_multi_agent_2.json +398 -0
  35. quraite/traces/traces_smol_agents_openinference.json +397 -0
  36. quraite/traces/traces_smol_agents_tool_calling_openinference.json +704 -0
  37. quraite/tracing/__init__.py +24 -0
  38. quraite/tracing/constants.py +16 -0
  39. quraite/tracing/span_exporter.py +115 -0
  40. quraite/tracing/span_processor.py +49 -0
  41. quraite/tracing/tool_extractors.py +290 -0
  42. quraite/tracing/trace.py +494 -0
  43. quraite/tracing/types.py +179 -0
  44. quraite/tracing/utils.py +170 -0
  45. quraite/utils/__init__.py +0 -0
  46. quraite/utils/json_utils.py +269 -0
  47. quraite-0.0.1.dist-info/METADATA +44 -0
  48. quraite-0.0.1.dist-info/RECORD +49 -0
  49. quraite-0.0.1.dist-info/WHEEL +4 -0
@@ -0,0 +1,321 @@
1
+ [
2
+ {
3
+ "trace_id": "08d67c11",
4
+ "spans": [
5
+ {
6
+ "name": "ChatCompletion",
7
+ "context": {
8
+ "trace_id": "0x08d67c119855f15bf9334cc20afff5a2",
9
+ "span_id": "0x3d81be4b81334458",
10
+ "trace_state": "[]"
11
+ },
12
+ "kind": "SpanKind.INTERNAL",
13
+ "parent_id": "0xfc2611f721ae2f87",
14
+ "start_time": "2025-11-25T13:04:53.945340Z",
15
+ "end_time": "2025-11-25T13:04:55.637436Z",
16
+ "status": {
17
+ "status_code": "OK"
18
+ },
19
+ "attributes": {
20
+ "llm.provider": "openai",
21
+ "llm.system": "openai",
22
+ "input.value": "{\"messages\": [{\"role\": \"developer\", \"content\": \"<additional_information>\\n- Use markdown to format your answers.\\n</additional_information>\"}, {\"role\": \"user\", \"content\": \"What is currently trending on Twitter?\"}], \"model\": \"gpt-4o-mini\", \"tools\": [{\"type\": \"function\", \"function\": {\"name\": \"duckduckgo_search\", \"description\": \"Use this function to search DDGS for a query.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"query\": {\"type\": \"string\", \"description\": \"(str) The query to search for.\"}, \"max_results\": {\"type\": \"number\", \"description\": \"(optional, default=5) The maximum number of results to return.\"}}, \"required\": [\"query\"]}, \"requires_confirmation\": false, \"external_execution\": false}}, {\"type\": \"function\", \"function\": {\"name\": \"duckduckgo_news\", \"description\": \"Use this function to get the latest news from DDGS.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"query\": {\"type\": \"string\", \"description\": \"(str) The query to search for.\"}, \"max_results\": {\"type\": \"number\", \"description\": \"(optional, default=5) The maximum number of results to return.\"}}, \"required\": [\"query\"]}, \"requires_confirmation\": false, \"external_execution\": false}}]}",
23
+ "input.mime_type": "application/json",
24
+ "output.value": "{\"id\":\"chatcmpl-Cfn0wC2IBPWe8cthDKTjL6nezG5Ul\",\"choices\":[{\"finish_reason\":\"tool_calls\",\"index\":0,\"logprobs\":null,\"message\":{\"content\":null,\"refusal\":null,\"role\":\"assistant\",\"annotations\":[],\"tool_calls\":[{\"id\":\"call_EYiwgERKhCiSeRhk8iyQ7S3Z\",\"function\":{\"arguments\":\"{\\\"query\\\":\\\"current Twitter trends\\\",\\\"max_results\\\":5}\",\"name\":\"duckduckgo_search\"},\"type\":\"function\"}]}}],\"created\":1764075894,\"model\":\"gpt-4o-mini-2024-07-18\",\"object\":\"chat.completion\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_560af6e559\",\"usage\":{\"completion_tokens\":24,\"prompt_tokens\":161,\"total_tokens\":185,\"completion_tokens_details\":{\"accepted_prediction_tokens\":0,\"audio_tokens\":0,\"reasoning_tokens\":0,\"rejected_prediction_tokens\":0},\"prompt_tokens_details\":{\"audio_tokens\":0,\"cached_tokens\":0}}}",
25
+ "output.mime_type": "application/json",
26
+ "llm.tools.0.tool.json_schema": "{\"type\": \"function\", \"function\": {\"name\": \"duckduckgo_search\", \"description\": \"Use this function to search DDGS for a query.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"query\": {\"type\": \"string\", \"description\": \"(str) The query to search for.\"}, \"max_results\": {\"type\": \"number\", \"description\": \"(optional, default=5) The maximum number of results to return.\"}}, \"required\": [\"query\"]}, \"requires_confirmation\": false, \"external_execution\": false}}",
27
+ "llm.tools.1.tool.json_schema": "{\"type\": \"function\", \"function\": {\"name\": \"duckduckgo_news\", \"description\": \"Use this function to get the latest news from DDGS.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"query\": {\"type\": \"string\", \"description\": \"(str) The query to search for.\"}, \"max_results\": {\"type\": \"number\", \"description\": \"(optional, default=5) The maximum number of results to return.\"}}, \"required\": [\"query\"]}, \"requires_confirmation\": false, \"external_execution\": false}}",
28
+ "llm.invocation_parameters": "{\"model\": \"gpt-4o-mini\"}",
29
+ "llm.input_messages.0.message.role": "developer",
30
+ "llm.input_messages.0.message.content": "<additional_information>\n- Use markdown to format your answers.\n</additional_information>",
31
+ "llm.input_messages.1.message.role": "user",
32
+ "llm.input_messages.1.message.content": "What is currently trending on Twitter?",
33
+ "llm.model_name": "gpt-4o-mini-2024-07-18",
34
+ "llm.token_count.total": 185,
35
+ "llm.token_count.prompt": 161,
36
+ "llm.token_count.completion": 24,
37
+ "llm.token_count.prompt_details.cache_read": 0,
38
+ "llm.token_count.prompt_details.audio": 0,
39
+ "llm.token_count.completion_details.reasoning": 0,
40
+ "llm.token_count.completion_details.audio": 0,
41
+ "llm.output_messages.0.message.role": "assistant",
42
+ "llm.output_messages.0.message.tool_calls.0.tool_call.id": "call_EYiwgERKhCiSeRhk8iyQ7S3Z",
43
+ "llm.output_messages.0.message.tool_calls.0.tool_call.function.name": "duckduckgo_search",
44
+ "llm.output_messages.0.message.tool_calls.0.tool_call.function.arguments": "{\"query\":\"current Twitter trends\",\"max_results\":5}",
45
+ "openinference.span.kind": "LLM"
46
+ },
47
+ "events": [],
48
+ "links": [],
49
+ "resource": {
50
+ "attributes": {
51
+ "telemetry.sdk.language": "python",
52
+ "telemetry.sdk.name": "opentelemetry",
53
+ "telemetry.sdk.version": "1.38.0",
54
+ "service.name": "unknown_service"
55
+ },
56
+ "schema_url": ""
57
+ }
58
+ },
59
+ {
60
+ "name": "OpenAIChat.invoke",
61
+ "context": {
62
+ "trace_id": "0x08d67c119855f15bf9334cc20afff5a2",
63
+ "span_id": "0xfc2611f721ae2f87",
64
+ "trace_state": "[]"
65
+ },
66
+ "kind": "SpanKind.INTERNAL",
67
+ "parent_id": "0x0e854c951588f340",
68
+ "start_time": "2025-11-25T13:04:53.820191Z",
69
+ "end_time": "2025-11-25T13:04:55.637997Z",
70
+ "status": {
71
+ "status_code": "OK"
72
+ },
73
+ "attributes": {
74
+ "input.mime_type": "application/json",
75
+ "input.value": "{\"messages\": [{\"id\": \"718af70a-dccc-47f0-a5a8-3cf1d1257d7c\", \"content\": \"<additional_information>\\n- Use markdown to format your answers.\\n</additional_information>\", \"from_history\": false, \"stop_after_tool_call\": false, \"role\": \"system\", \"created_at\": 1764075893}, {\"id\": \"799c6950-9c05-4473-ab77-9cc2d7a725e0\", \"content\": \"What is currently trending on Twitter?\", \"from_history\": false, \"stop_after_tool_call\": false, \"role\": \"user\", \"created_at\": 1764075893}]}",
76
+ "llm.input_messages.0.message.role": "system",
77
+ "llm.input_messages.0.message.content": "<additional_information>\n- Use markdown to format your answers.\n</additional_information>",
78
+ "llm.input_messages.1.message.role": "user",
79
+ "llm.input_messages.1.message.content": "What is currently trending on Twitter?",
80
+ "llm.tools.0.tool.json_schema": "{\"type\": \"function\", \"function\": {\"name\": \"duckduckgo_search\", \"description\": \"Use this function to search DDGS for a query.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"query\": {\"type\": \"string\", \"description\": \"(str) The query to search for.\"}, \"max_results\": {\"type\": \"number\", \"description\": \"(optional, default=5) The maximum number of results to return.\"}}, \"required\": [\"query\"]}, \"requires_confirmation\": false, \"external_execution\": false}}",
81
+ "llm.tools.1.tool.json_schema": "{\"type\": \"function\", \"function\": {\"name\": \"duckduckgo_news\", \"description\": \"Use this function to get the latest news from DDGS.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"query\": {\"type\": \"string\", \"description\": \"(str) The query to search for.\"}, \"max_results\": {\"type\": \"number\", \"description\": \"(optional, default=5) The maximum number of results to return.\"}}, \"required\": [\"query\"]}, \"requires_confirmation\": false, \"external_execution\": false}}",
82
+ "llm.model_name": "gpt-4o-mini",
83
+ "llm.provider": "OpenAI",
84
+ "output.mime_type": "application/json",
85
+ "llm.output_messages.0.message.role": "assistant",
86
+ "llm.output_messages.0.message.tool_calls.0.tool_call.id": "call_EYiwgERKhCiSeRhk8iyQ7S3Z",
87
+ "llm.output_messages.0.message.tool_calls.0.tool_call.function.name": "duckduckgo_search",
88
+ "llm.output_messages.0.message.tool_calls.0.tool_call.function.arguments": "\"{\\\"query\\\":\\\"current Twitter trends\\\",\\\"max_results\\\":5}\"",
89
+ "output.value": "[{\"role\": \"assistant\", \"tool_calls\": [{\"id\": \"call_EYiwgERKhCiSeRhk8iyQ7S3Z\", \"function\": {\"arguments\": \"{\\\"query\\\":\\\"current Twitter trends\\\",\\\"max_results\\\":5}\", \"name\": \"duckduckgo_search\"}, \"type\": \"function\"}]}]",
90
+ "llm.token_count.prompt": 161,
91
+ "llm.token_count.completion": 24,
92
+ "openinference.span.kind": "LLM"
93
+ },
94
+ "events": [],
95
+ "links": [],
96
+ "resource": {
97
+ "attributes": {
98
+ "telemetry.sdk.language": "python",
99
+ "telemetry.sdk.name": "opentelemetry",
100
+ "telemetry.sdk.version": "1.38.0",
101
+ "service.name": "unknown_service"
102
+ },
103
+ "schema_url": ""
104
+ }
105
+ },
106
+ {
107
+ "name": "duckduckgo_search",
108
+ "context": {
109
+ "trace_id": "0x08d67c119855f15bf9334cc20afff5a2",
110
+ "span_id": "0x46dfe2c9a97ee45a",
111
+ "trace_state": "[]"
112
+ },
113
+ "kind": "SpanKind.INTERNAL",
114
+ "parent_id": "0x0e854c951588f340",
115
+ "start_time": "2025-11-25T13:04:55.640485Z",
116
+ "end_time": "2025-11-25T13:04:56.733090Z",
117
+ "status": {
118
+ "status_code": "OK"
119
+ },
120
+ "attributes": {
121
+ "input.mime_type": "application/json",
122
+ "input.value": "{\"query\": \"current Twitter trends\", \"max_results\": 5}",
123
+ "tool.name": "duckduckgo_search",
124
+ "tool.description": "Use this function to search DDGS for a query.",
125
+ "tool.parameters": "{\"query\": \"current Twitter trends\", \"max_results\": 5}",
126
+ "output.value": "[\n {\n \"title\": \"United States \\u2014 X (Twitter) trending topics and hashtags today ...\",\n \"href\": \"https://trends24.in/united-states/\",\n \"body\": \"Today's top X ( Twitter ) trends and hashtags in United States: #BaddiesUSA, Scotty, Chip Kelly, Stacey, Rams. Explore more locations and trending topics on trends24.in\"\n },\n {\n \"title\": \"Twitter. It's what's happening / Twitter\",\n \"href\": \"https://twitter.com/explore/tabs/trending/\",\n \"body\": \"Explore trending topics, hashtags, and conversations on Twitter .\"\n },\n {\n \"title\": \"Worldwide \\u2022 Now \\u2022 Twitter Trending Hashtags and Topics\",\n \"href\": \"https://getdaytrends.com/\",\n \"body\": \"We store and analyze Twitter data to bring you insights on what's currently trending and help you keep up with the audience. Find out hot trends , review trend history and browse long-term popular hashtags and topics.\"\n },\n {\n \"title\": \"Worldwide Twitter Trends | Twitter Trending Topics & Hashtags Today\",\n \"href\": \"https://globaltwittertrends.com/\",\n \"body\": \"Top 50 twitter trends worldwide. Twitter trending hastags and topics are live and updates on every refresh.\"\n },\n {\n \"title\": \"Worldwide Latest Trending X (Twitter) hashtag and topics\",\n \"href\": \"https://91trends.com/\",\n \"body\": \"Our platform stores and analyzes X ( Twitter ) data to provide you with valuable insights on the latest trends and help you stay up-to-date with the audience. Discover what's currently trending, track trend history (30 days), and explore popular hashtags and topics over the long term.\"\n }\n]",
127
+ "output.mime_type": "text/plain",
128
+ "openinference.span.kind": "TOOL"
129
+ },
130
+ "events": [],
131
+ "links": [],
132
+ "resource": {
133
+ "attributes": {
134
+ "telemetry.sdk.language": "python",
135
+ "telemetry.sdk.name": "opentelemetry",
136
+ "telemetry.sdk.version": "1.38.0",
137
+ "service.name": "unknown_service"
138
+ },
139
+ "schema_url": ""
140
+ }
141
+ },
142
+ {
143
+ "name": "ChatCompletion",
144
+ "context": {
145
+ "trace_id": "0x08d67c119855f15bf9334cc20afff5a2",
146
+ "span_id": "0xe63f9f494d4800fb",
147
+ "trace_state": "[]"
148
+ },
149
+ "kind": "SpanKind.INTERNAL",
150
+ "parent_id": "0x5189aec1ce893236",
151
+ "start_time": "2025-11-25T13:04:56.739394Z",
152
+ "end_time": "2025-11-25T13:05:02.880450Z",
153
+ "status": {
154
+ "status_code": "OK"
155
+ },
156
+ "attributes": {
157
+ "llm.provider": "openai",
158
+ "llm.system": "openai",
159
+ "input.value": "{\"messages\": [{\"role\": \"developer\", \"content\": \"<additional_information>\\n- Use markdown to format your answers.\\n</additional_information>\"}, {\"role\": \"user\", \"content\": \"What is currently trending on Twitter?\"}, {\"role\": \"assistant\", \"tool_calls\": [{\"id\": \"call_EYiwgERKhCiSeRhk8iyQ7S3Z\", \"function\": {\"arguments\": \"{\\\"query\\\":\\\"current Twitter trends\\\",\\\"max_results\\\":5}\", \"name\": \"duckduckgo_search\"}, \"type\": \"function\"}], \"content\": \"\"}, {\"role\": \"tool\", \"content\": \"[\\n {\\n \\\"title\\\": \\\"United States \\\\u2014 X (Twitter) trending topics and hashtags today ...\\\",\\n \\\"href\\\": \\\"https://trends24.in/united-states/\\\",\\n \\\"body\\\": \\\"Today's top X ( Twitter ) trends and hashtags in United States: #BaddiesUSA, Scotty, Chip Kelly, Stacey, Rams. Explore more locations and trending topics on trends24.in\\\"\\n },\\n {\\n \\\"title\\\": \\\"Twitter. It's what's happening / Twitter\\\",\\n \\\"href\\\": \\\"https://twitter.com/explore/tabs/trending/\\\",\\n \\\"body\\\": \\\"Explore trending topics, hashtags, and conversations on Twitter .\\\"\\n },\\n {\\n \\\"title\\\": \\\"Worldwide \\\\u2022 Now \\\\u2022 Twitter Trending Hashtags and Topics\\\",\\n \\\"href\\\": \\\"https://getdaytrends.com/\\\",\\n \\\"body\\\": \\\"We store and analyze Twitter data to bring you insights on what's currently trending and help you keep up with the audience. Find out hot trends , review trend history and browse long-term popular hashtags and topics.\\\"\\n },\\n {\\n \\\"title\\\": \\\"Worldwide Twitter Trends | Twitter Trending Topics & Hashtags Today\\\",\\n \\\"href\\\": \\\"https://globaltwittertrends.com/\\\",\\n \\\"body\\\": \\\"Top 50 twitter trends worldwide. Twitter trending hastags and topics are live and updates on every refresh.\\\"\\n },\\n {\\n \\\"title\\\": \\\"Worldwide Latest Trending X (Twitter) hashtag and topics\\\",\\n \\\"href\\\": \\\"https://91trends.com/\\\",\\n \\\"body\\\": \\\"Our platform stores and analyzes X ( Twitter ) data to provide you with valuable insights on the latest trends and help you stay up-to-date with the audience. Discover what's currently trending, track trend history (30 days), and explore popular hashtags and topics over the long term.\\\"\\n }\\n]\", \"tool_call_id\": \"call_EYiwgERKhCiSeRhk8iyQ7S3Z\"}], \"model\": \"gpt-4o-mini\", \"tools\": [{\"type\": \"function\", \"function\": {\"name\": \"duckduckgo_search\", \"description\": \"Use this function to search DDGS for a query.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"query\": {\"type\": \"string\", \"description\": \"(str) The query to search for.\"}, \"max_results\": {\"type\": \"number\", \"description\": \"(optional, default=5) The maximum number of results to return.\"}}, \"required\": [\"query\"]}, \"requires_confirmation\": false, \"external_execution\": false}}, {\"type\": \"function\", \"function\": {\"name\": \"duckduckgo_news\", \"description\": \"Use this function to get the latest news from DDGS.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"query\": {\"type\": \"string\", \"description\": \"(str) The query to search for.\"}, \"max_results\": {\"type\": \"number\", \"description\": \"(optional, default=5) The maximum number of results to return.\"}}, \"required\": [\"query\"]}, \"requires_confirmation\": false, \"external_execution\": false}}]}",
160
+ "input.mime_type": "application/json",
161
+ "output.value": "{\"id\":\"chatcmpl-Cfn0zCrS4M2yoaqdyMaDmbggwVGtR\",\"choices\":[{\"finish_reason\":\"stop\",\"index\":0,\"logprobs\":null,\"message\":{\"content\":\"Here are some current trends on Twitter:\\n\\n1. **United States Trends**:\\n - **#BaddiesUSA**\\n - **Scotty**\\n - **Chip Kelly**\\n - **Stacey**\\n - **Rams**\\n - [More details here](https://trends24.in/united-states/)\\n\\n2. **Explore Twitter Trending Topics**: You can check the latest trending topics, hashtags, and conversations directly on [Twitter's Explore page](https://twitter.com/explore/tabs/trending/).\\n\\n3. **Worldwide Trends**:\\n - For a comprehensive overview of trending hashtags and topics globally, visit [Day Trends](https://getdaytrends.com/) or [Global Twitter Trends](https://globaltwittertrends.com/).\\n\\n4. **Latest Trending Data**: For insights on trending topics, you can also refer to [91 Trends](https://91trends.com/), which offers valuable analytics on what's trending.\\n\\nIf you want more specific trends or topics, let me know!\",\"refusal\":null,\"role\":\"assistant\",\"annotations\":[]}}],\"created\":1764075897,\"model\":\"gpt-4o-mini-2024-07-18\",\"object\":\"chat.completion\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_560af6e559\",\"usage\":{\"completion_tokens\":210,\"prompt_tokens\":568,\"total_tokens\":778,\"completion_tokens_details\":{\"accepted_prediction_tokens\":0,\"audio_tokens\":0,\"reasoning_tokens\":0,\"rejected_prediction_tokens\":0},\"prompt_tokens_details\":{\"audio_tokens\":0,\"cached_tokens\":0}}}",
162
+ "output.mime_type": "application/json",
163
+ "llm.tools.0.tool.json_schema": "{\"type\": \"function\", \"function\": {\"name\": \"duckduckgo_search\", \"description\": \"Use this function to search DDGS for a query.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"query\": {\"type\": \"string\", \"description\": \"(str) The query to search for.\"}, \"max_results\": {\"type\": \"number\", \"description\": \"(optional, default=5) The maximum number of results to return.\"}}, \"required\": [\"query\"]}, \"requires_confirmation\": false, \"external_execution\": false}}",
164
+ "llm.tools.1.tool.json_schema": "{\"type\": \"function\", \"function\": {\"name\": \"duckduckgo_news\", \"description\": \"Use this function to get the latest news from DDGS.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"query\": {\"type\": \"string\", \"description\": \"(str) The query to search for.\"}, \"max_results\": {\"type\": \"number\", \"description\": \"(optional, default=5) The maximum number of results to return.\"}}, \"required\": [\"query\"]}, \"requires_confirmation\": false, \"external_execution\": false}}",
165
+ "llm.invocation_parameters": "{\"model\": \"gpt-4o-mini\"}",
166
+ "llm.input_messages.0.message.role": "developer",
167
+ "llm.input_messages.0.message.content": "<additional_information>\n- Use markdown to format your answers.\n</additional_information>",
168
+ "llm.input_messages.1.message.role": "user",
169
+ "llm.input_messages.1.message.content": "What is currently trending on Twitter?",
170
+ "llm.input_messages.2.message.role": "assistant",
171
+ "llm.input_messages.2.message.tool_calls.0.tool_call.id": "call_EYiwgERKhCiSeRhk8iyQ7S3Z",
172
+ "llm.input_messages.2.message.tool_calls.0.tool_call.function.name": "duckduckgo_search",
173
+ "llm.input_messages.2.message.tool_calls.0.tool_call.function.arguments": "{\"query\":\"current Twitter trends\",\"max_results\":5}",
174
+ "llm.input_messages.3.message.role": "tool",
175
+ "llm.input_messages.3.message.tool_call_id": "call_EYiwgERKhCiSeRhk8iyQ7S3Z",
176
+ "llm.input_messages.3.message.content": "[\n {\n \"title\": \"United States \\u2014 X (Twitter) trending topics and hashtags today ...\",\n \"href\": \"https://trends24.in/united-states/\",\n \"body\": \"Today's top X ( Twitter ) trends and hashtags in United States: #BaddiesUSA, Scotty, Chip Kelly, Stacey, Rams. Explore more locations and trending topics on trends24.in\"\n },\n {\n \"title\": \"Twitter. It's what's happening / Twitter\",\n \"href\": \"https://twitter.com/explore/tabs/trending/\",\n \"body\": \"Explore trending topics, hashtags, and conversations on Twitter .\"\n },\n {\n \"title\": \"Worldwide \\u2022 Now \\u2022 Twitter Trending Hashtags and Topics\",\n \"href\": \"https://getdaytrends.com/\",\n \"body\": \"We store and analyze Twitter data to bring you insights on what's currently trending and help you keep up with the audience. Find out hot trends , review trend history and browse long-term popular hashtags and topics.\"\n },\n {\n \"title\": \"Worldwide Twitter Trends | Twitter Trending Topics & Hashtags Today\",\n \"href\": \"https://globaltwittertrends.com/\",\n \"body\": \"Top 50 twitter trends worldwide. Twitter trending hastags and topics are live and updates on every refresh.\"\n },\n {\n \"title\": \"Worldwide Latest Trending X (Twitter) hashtag and topics\",\n \"href\": \"https://91trends.com/\",\n \"body\": \"Our platform stores and analyzes X ( Twitter ) data to provide you with valuable insights on the latest trends and help you stay up-to-date with the audience. Discover what's currently trending, track trend history (30 days), and explore popular hashtags and topics over the long term.\"\n }\n]",
177
+ "llm.model_name": "gpt-4o-mini-2024-07-18",
178
+ "llm.token_count.total": 778,
179
+ "llm.token_count.prompt": 568,
180
+ "llm.token_count.completion": 210,
181
+ "llm.token_count.prompt_details.cache_read": 0,
182
+ "llm.token_count.prompt_details.audio": 0,
183
+ "llm.token_count.completion_details.reasoning": 0,
184
+ "llm.token_count.completion_details.audio": 0,
185
+ "llm.output_messages.0.message.role": "assistant",
186
+ "llm.output_messages.0.message.content": "Here are some current trends on Twitter:\n\n1. **United States Trends**:\n - **#BaddiesUSA**\n - **Scotty**\n - **Chip Kelly**\n - **Stacey**\n - **Rams**\n - [More details here](https://trends24.in/united-states/)\n\n2. **Explore Twitter Trending Topics**: You can check the latest trending topics, hashtags, and conversations directly on [Twitter's Explore page](https://twitter.com/explore/tabs/trending/).\n\n3. **Worldwide Trends**:\n - For a comprehensive overview of trending hashtags and topics globally, visit [Day Trends](https://getdaytrends.com/) or [Global Twitter Trends](https://globaltwittertrends.com/).\n\n4. **Latest Trending Data**: For insights on trending topics, you can also refer to [91 Trends](https://91trends.com/), which offers valuable analytics on what's trending.\n\nIf you want more specific trends or topics, let me know!",
187
+ "openinference.span.kind": "LLM"
188
+ },
189
+ "events": [],
190
+ "links": [],
191
+ "resource": {
192
+ "attributes": {
193
+ "telemetry.sdk.language": "python",
194
+ "telemetry.sdk.name": "opentelemetry",
195
+ "telemetry.sdk.version": "1.38.0",
196
+ "service.name": "unknown_service"
197
+ },
198
+ "schema_url": ""
199
+ }
200
+ },
201
+ {
202
+ "name": "OpenAIChat.invoke",
203
+ "context": {
204
+ "trace_id": "0x08d67c119855f15bf9334cc20afff5a2",
205
+ "span_id": "0x5189aec1ce893236",
206
+ "trace_state": "[]"
207
+ },
208
+ "kind": "SpanKind.INTERNAL",
209
+ "parent_id": "0x0e854c951588f340",
210
+ "start_time": "2025-11-25T13:04:56.738619Z",
211
+ "end_time": "2025-11-25T13:05:02.880897Z",
212
+ "status": {
213
+ "status_code": "OK"
214
+ },
215
+ "attributes": {
216
+ "input.mime_type": "application/json",
217
+ "input.value": "{\"messages\": [{\"id\": \"718af70a-dccc-47f0-a5a8-3cf1d1257d7c\", \"content\": \"<additional_information>\\n- Use markdown to format your answers.\\n</additional_information>\", \"from_history\": false, \"stop_after_tool_call\": false, \"role\": \"system\", \"created_at\": 1764075893}, {\"id\": \"799c6950-9c05-4473-ab77-9cc2d7a725e0\", \"content\": \"What is currently trending on Twitter?\", \"from_history\": false, \"stop_after_tool_call\": false, \"role\": \"user\", \"created_at\": 1764075893}, {\"id\": \"efec9edb-c390-43cc-b662-26a990c1c0ff\", \"from_history\": false, \"stop_after_tool_call\": false, \"role\": \"assistant\", \"tool_calls\": [{\"id\": \"call_EYiwgERKhCiSeRhk8iyQ7S3Z\", \"function\": {\"arguments\": \"{\\\"query\\\":\\\"current Twitter trends\\\",\\\"max_results\\\":5}\", \"name\": \"duckduckgo_search\"}, \"type\": \"function\"}], \"metrics\": {\"input_tokens\": 161, \"output_tokens\": 24, \"total_tokens\": 185, \"duration\": 1.8175884168595076}, \"created_at\": 1764075893}, {\"id\": \"8092bdaa-0eb0-456d-946d-f4e254fbf511\", \"content\": \"[\\n {\\n \\\"title\\\": \\\"United States \\\\u2014 X (Twitter) trending topics and hashtags today ...\\\",\\n \\\"href\\\": \\\"https://trends24.in/united-states/\\\",\\n \\\"body\\\": \\\"Today's top X ( Twitter ) trends and hashtags in United States: #BaddiesUSA, Scotty, Chip Kelly, Stacey, Rams. Explore more locations and trending topics on trends24.in\\\"\\n },\\n {\\n \\\"title\\\": \\\"Twitter. It's what's happening / Twitter\\\",\\n \\\"href\\\": \\\"https://twitter.com/explore/tabs/trending/\\\",\\n \\\"body\\\": \\\"Explore trending topics, hashtags, and conversations on Twitter .\\\"\\n },\\n {\\n \\\"title\\\": \\\"Worldwide \\\\u2022 Now \\\\u2022 Twitter Trending Hashtags and Topics\\\",\\n \\\"href\\\": \\\"https://getdaytrends.com/\\\",\\n \\\"body\\\": \\\"We store and analyze Twitter data to bring you insights on what's currently trending and help you keep up with the audience. Find out hot trends , review trend history and browse long-term popular hashtags and topics.\\\"\\n },\\n {\\n \\\"title\\\": \\\"Worldwide Twitter Trends | Twitter Trending Topics & Hashtags Today\\\",\\n \\\"href\\\": \\\"https://globaltwittertrends.com/\\\",\\n \\\"body\\\": \\\"Top 50 twitter trends worldwide. Twitter trending hastags and topics are live and updates on every refresh.\\\"\\n },\\n {\\n \\\"title\\\": \\\"Worldwide Latest Trending X (Twitter) hashtag and topics\\\",\\n \\\"href\\\": \\\"https://91trends.com/\\\",\\n \\\"body\\\": \\\"Our platform stores and analyzes X ( Twitter ) data to provide you with valuable insights on the latest trends and help you stay up-to-date with the audience. Discover what's currently trending, track trend history (30 days), and explore popular hashtags and topics over the long term.\\\"\\n }\\n]\", \"from_history\": false, \"stop_after_tool_call\": false, \"role\": \"tool\", \"tool_call_id\": \"call_EYiwgERKhCiSeRhk8iyQ7S3Z\", \"tool_name\": \"duckduckgo_search\", \"tool_args\": {\"query\": \"current Twitter trends\", \"max_results\": 5}, \"tool_call_error\": false, \"metrics\": {\"duration\": 1.093147291103378}, \"created_at\": 1764075896}]}",
218
+ "llm.input_messages.0.message.role": "system",
219
+ "llm.input_messages.0.message.content": "<additional_information>\n- Use markdown to format your answers.\n</additional_information>",
220
+ "llm.input_messages.1.message.role": "user",
221
+ "llm.input_messages.1.message.content": "What is currently trending on Twitter?",
222
+ "llm.input_messages.2.message.role": "assistant",
223
+ "llm.input_messages.2.message.tool_calls.0.tool_call.id": "call_EYiwgERKhCiSeRhk8iyQ7S3Z",
224
+ "llm.input_messages.2.message.tool_calls.0.tool_call.function.name": "duckduckgo_search",
225
+ "llm.input_messages.2.message.tool_calls.0.tool_call.function.arguments": "\"{\\\"query\\\":\\\"current Twitter trends\\\",\\\"max_results\\\":5}\"",
226
+ "llm.input_messages.3.message.role": "tool",
227
+ "llm.input_messages.3.message.content": "[\n {\n \"title\": \"United States \\u2014 X (Twitter) trending topics and hashtags today ...\",\n \"href\": \"https://trends24.in/united-states/\",\n \"body\": \"Today's top X ( Twitter ) trends and hashtags in United States: #BaddiesUSA, Scotty, Chip Kelly, Stacey, Rams. Explore more locations and trending topics on trends24.in\"\n },\n {\n \"title\": \"Twitter. It's what's happening / Twitter\",\n \"href\": \"https://twitter.com/explore/tabs/trending/\",\n \"body\": \"Explore trending topics, hashtags, and conversations on Twitter .\"\n },\n {\n \"title\": \"Worldwide \\u2022 Now \\u2022 Twitter Trending Hashtags and Topics\",\n \"href\": \"https://getdaytrends.com/\",\n \"body\": \"We store and analyze Twitter data to bring you insights on what's currently trending and help you keep up with the audience. Find out hot trends , review trend history and browse long-term popular hashtags and topics.\"\n },\n {\n \"title\": \"Worldwide Twitter Trends | Twitter Trending Topics & Hashtags Today\",\n \"href\": \"https://globaltwittertrends.com/\",\n \"body\": \"Top 50 twitter trends worldwide. Twitter trending hastags and topics are live and updates on every refresh.\"\n },\n {\n \"title\": \"Worldwide Latest Trending X (Twitter) hashtag and topics\",\n \"href\": \"https://91trends.com/\",\n \"body\": \"Our platform stores and analyzes X ( Twitter ) data to provide you with valuable insights on the latest trends and help you stay up-to-date with the audience. Discover what's currently trending, track trend history (30 days), and explore popular hashtags and topics over the long term.\"\n }\n]",
228
+ "llm.tools.0.tool.json_schema": "{\"type\": \"function\", \"function\": {\"name\": \"duckduckgo_search\", \"description\": \"Use this function to search DDGS for a query.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"query\": {\"type\": \"string\", \"description\": \"(str) The query to search for.\"}, \"max_results\": {\"type\": \"number\", \"description\": \"(optional, default=5) The maximum number of results to return.\"}}, \"required\": [\"query\"]}, \"requires_confirmation\": false, \"external_execution\": false}}",
229
+ "llm.tools.1.tool.json_schema": "{\"type\": \"function\", \"function\": {\"name\": \"duckduckgo_news\", \"description\": \"Use this function to get the latest news from DDGS.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"query\": {\"type\": \"string\", \"description\": \"(str) The query to search for.\"}, \"max_results\": {\"type\": \"number\", \"description\": \"(optional, default=5) The maximum number of results to return.\"}}, \"required\": [\"query\"]}, \"requires_confirmation\": false, \"external_execution\": false}}",
230
+ "llm.model_name": "gpt-4o-mini",
231
+ "llm.provider": "OpenAI",
232
+ "output.mime_type": "application/json",
233
+ "llm.output_messages.0.message.role": "assistant",
234
+ "llm.output_messages.0.message.content": "Here are some current trends on Twitter:\n\n1. **United States Trends**:\n - **#BaddiesUSA**\n - **Scotty**\n - **Chip Kelly**\n - **Stacey**\n - **Rams**\n - [More details here](https://trends24.in/united-states/)\n\n2. **Explore Twitter Trending Topics**: You can check the latest trending topics, hashtags, and conversations directly on [Twitter's Explore page](https://twitter.com/explore/tabs/trending/).\n\n3. **Worldwide Trends**:\n - For a comprehensive overview of trending hashtags and topics globally, visit [Day Trends](https://getdaytrends.com/) or [Global Twitter Trends](https://globaltwittertrends.com/).\n\n4. **Latest Trending Data**: For insights on trending topics, you can also refer to [91 Trends](https://91trends.com/), which offers valuable analytics on what's trending.\n\nIf you want more specific trends or topics, let me know!",
235
+ "output.value": "[{\"role\": \"assistant\", \"content\": \"Here are some current trends on Twitter:\\n\\n1. **United States Trends**:\\n - **#BaddiesUSA**\\n - **Scotty**\\n - **Chip Kelly**\\n - **Stacey**\\n - **Rams**\\n - [More details here](https://trends24.in/united-states/)\\n\\n2. **Explore Twitter Trending Topics**: You can check the latest trending topics, hashtags, and conversations directly on [Twitter's Explore page](https://twitter.com/explore/tabs/trending/).\\n\\n3. **Worldwide Trends**:\\n - For a comprehensive overview of trending hashtags and topics globally, visit [Day Trends](https://getdaytrends.com/) or [Global Twitter Trends](https://globaltwittertrends.com/).\\n\\n4. **Latest Trending Data**: For insights on trending topics, you can also refer to [91 Trends](https://91trends.com/), which offers valuable analytics on what's trending.\\n\\nIf you want more specific trends or topics, let me know!\"}]",
236
+ "llm.token_count.prompt": 568,
237
+ "llm.token_count.completion": 210,
238
+ "openinference.span.kind": "LLM"
239
+ },
240
+ "events": [],
241
+ "links": [],
242
+ "resource": {
243
+ "attributes": {
244
+ "telemetry.sdk.language": "python",
245
+ "telemetry.sdk.name": "opentelemetry",
246
+ "telemetry.sdk.version": "1.38.0",
247
+ "service.name": "unknown_service"
248
+ },
249
+ "schema_url": ""
250
+ }
251
+ },
252
+ {
253
+ "name": "Agent.run",
254
+ "context": {
255
+ "trace_id": "0x08d67c119855f15bf9334cc20afff5a2",
256
+ "span_id": "0x0e854c951588f340",
257
+ "trace_state": "[]"
258
+ },
259
+ "kind": "SpanKind.INTERNAL",
260
+ "parent_id": "0xbd3d0a385fa687f3",
261
+ "start_time": "2025-11-25T13:04:53.813551Z",
262
+ "end_time": "2025-11-25T13:05:04.021689Z",
263
+ "status": {
264
+ "status_code": "OK"
265
+ },
266
+ "attributes": {
267
+ "graph.node.id": "b526c295a124a1d8",
268
+ "input.value": "What is currently trending on Twitter?",
269
+ "agno.agent.id": "310b4c5e-f160-4367-90fe-fa379bbe2ebf",
270
+ "agno.tools": [
271
+ "duckduckgo_search",
272
+ "duckduckgo_news"
273
+ ],
274
+ "session.id": "58bf4b3a-a8ce-42de-a999-a0600ecec89f",
275
+ "output.value": "Here are some current trends on Twitter:\n\n1. **United States Trends**:\n - **#BaddiesUSA**\n - **Scotty**\n - **Chip Kelly**\n - **Stacey**\n - **Rams**\n - [More details here](https://trends24.in/united-states/)\n\n2. **Explore Twitter Trending Topics**: You can check the latest trending topics, hashtags, and conversations directly on [Twitter's Explore page](https://twitter.com/explore/tabs/trending/).\n\n3. **Worldwide Trends**:\n - For a comprehensive overview of trending hashtags and topics globally, visit [Day Trends](https://getdaytrends.com/) or [Global Twitter Trends](https://globaltwittertrends.com/).\n\n4. **Latest Trending Data**: For insights on trending topics, you can also refer to [91 Trends](https://91trends.com/), which offers valuable analytics on what's trending.\n\nIf you want more specific trends or topics, let me know!",
276
+ "output.mime_type": "application/json",
277
+ "agno.run.id": "e484e629-6f5c-4a98-988b-0a367af9d0ea",
278
+ "openinference.span.kind": "AGENT"
279
+ },
280
+ "events": [],
281
+ "links": [],
282
+ "resource": {
283
+ "attributes": {
284
+ "telemetry.sdk.language": "python",
285
+ "telemetry.sdk.name": "opentelemetry",
286
+ "telemetry.sdk.version": "1.38.0",
287
+ "service.name": "unknown_service"
288
+ },
289
+ "schema_url": ""
290
+ }
291
+ },
292
+ {
293
+ "name": "quraite/testcase-1",
294
+ "context": {
295
+ "trace_id": "0x08d67c119855f15bf9334cc20afff5a2",
296
+ "span_id": "0xbd3d0a385fa687f3",
297
+ "trace_state": "[]"
298
+ },
299
+ "kind": "SpanKind.INTERNAL",
300
+ "parent_id": null,
301
+ "start_time": "2025-11-25T13:04:53.810557Z",
302
+ "end_time": "2025-11-25T13:05:04.024412Z",
303
+ "status": {
304
+ "status_code": "UNSET"
305
+ },
306
+ "attributes": {},
307
+ "events": [],
308
+ "links": [],
309
+ "resource": {
310
+ "attributes": {
311
+ "telemetry.sdk.language": "python",
312
+ "telemetry.sdk.name": "opentelemetry",
313
+ "telemetry.sdk.version": "1.38.0",
314
+ "service.name": "unknown_service"
315
+ },
316
+ "schema_url": ""
317
+ }
318
+ }
319
+ ]
320
+ }
321
+ ]
@@ -0,0 +1,155 @@
1
+ [
2
+ {
3
+ "trace_id": "8e2b499c",
4
+ "spans": [
5
+ {
6
+ "name": "Market Research Analyst._execute_core",
7
+ "context": {
8
+ "trace_id": "0x8e2b499c84ba51522ae12fde92f2aedd",
9
+ "span_id": "0x0b32d3f2eec105d6",
10
+ "trace_state": "[]"
11
+ },
12
+ "kind": "SpanKind.INTERNAL",
13
+ "parent_id": "0xc15ceb34be261dfd",
14
+ "start_time": "2025-11-26T06:58:28.618278Z",
15
+ "end_time": "2025-11-26T06:58:34.059903Z",
16
+ "status": {
17
+ "status_code": "OK"
18
+ },
19
+ "attributes": {
20
+ "input.value": "{\"agent\": \"id=UUID('ec0416af-2745-4593-8d7d-2f2a3fb19759') role='Market Research Analyst' goal=\\\"Research and analyze the market for {'product': 'AI-powered Chatbots'}\\\" backstory='You are an experienced analyst skilled.\\\\n You help in identifying trends and competitors.' config=None cache=True verbose=True max_rpm=None allow_delegation=False tools=[] max_iter=25 agent_executor=<crewai.agents.crew_agent_executor.CrewAgentExecutor object at 0x11eca7950> llm=<crewai.llms.providers.openai.completion.OpenAICompletion object at 0x11fbfc050> crew=Crew(id=78edd385-45a4-4d08-b66e-f7cc17f2a45d, process=Process.sequential, number_of_agents=2, number_of_tasks=2) i18n=I18N(prompt_file=None) cache_handler=CacheHandler() tools_handler=<crewai.agents.tools_handler.ToolsHandler object at 0x11eca7360> tools_results=[] max_tokens=None knowledge=None knowledge_sources=None knowledge_storage=None security_config=SecurityConfig(fingerprint=Fingerprint(metadata={})) callbacks=[] adapted_agent=False knowledge_config=None apps=None mcps=None max_execution_time=None step_callback=None use_system_prompt=True function_calling_llm=None system_template=None prompt_template=None response_template=None allow_code_execution=False respect_context_window=True max_retry_limit=2 multimodal=False inject_date=False date_format='%Y-%m-%d' code_execution_mode='safe' reasoning=False max_reasoning_attempts=None embedder=None agent_knowledge_context=None crew_knowledge_context=None knowledge_search_query=None from_repository=None guardrail=None guardrail_max_retries=3 a2a=None\", \"context\": \"\", \"tools\": []}",
21
+ "task_key": "6699e08c56e7a3a148b9004289dfa05c",
22
+ "task_id": "f8541b23-9123-4d9c-8fcc-bb5acbcf5d36",
23
+ "graph.node.id": "Market Research Analyst",
24
+ "crew_key": "c594da6b9a66445e78213de326ba815c",
25
+ "crew_id": "78edd385-45a4-4d08-b66e-f7cc17f2a45d",
26
+ "output.value": "{\"description\": \"Research the market for {'product': 'AI-powered Chatbots'}. Include:\\n1. Key market trends\\n2. Market size\\n3. Major competitors\\nRespond using the provided structured schema.\", \"name\": \"Research the market for {'product': 'AI-powered Chatbots'}. Include:\\n1. Key market trends\\n2. Market size\\n3. Major competitors\\nRespond using the provided structured schema.\", \"expected_output\": \"Structured JSON matching the MarketAnalysis model.\", \"summary\": \"Research the market for {'product': 'AI-powered Chatbots'}. Include:\\n1. Key market...\", \"raw\": \"{\\n \\\"key_trends\\\": [\\n \\\"Increased adoption of AI technologies across various sectors\\\",\\n \\\"Growing demand for 24/7 customer service and engagement\\\",\\n \\\"Integration of chatbots with social media platforms\\\",\\n \\\"Advancements in natural language processing (NLP)\\\",\\n \\\"Personalization and context-aware interactions\\\",\\n \\\"Rise of Virtual Assistants in everyday applications\\\"\\n ],\\n \\\"market_size\\\": \\\"The global AI-powered chatbot market size is estimated to reach approximately $2.6 billion by 2027, growing at a CAGR of around 30% from 2023.\\\",\\n \\\"competitors\\\": [\\n \\\"IBM Watson\\\",\\n \\\"Microsoft Bot Framework\\\",\\n \\\"Google Dialogflow\\\",\\n \\\"Amazon Lex\\\",\\n \\\"Zendesk Chat\\\",\\n \\\"LivePerson\\\",\\n \\\"Nuance Communications\\\",\\n \\\"Rasa\\\",\\n \\\"Intercom\\\"\\n ]\\n}\", \"pydantic\": {}, \"json_dict\": null, \"agent\": \"Market Research Analyst\", \"output_format\": \"pydantic\", \"messages\": [{\"role\": \"system\", \"content\": \"You are Market Research Analyst. You are an experienced analyst skilled.\\n You help in identifying trends and competitors.\\nYour personal goal is: Research and analyze the market for {'product': 'AI-powered Chatbots'}\\nTo give my best complete final answer to the task respond using the exact following format:\\n\\nThought: I now can give a great answer\\nFinal Answer: Your final answer must be the great and the most complete as possible, it must be outcome described.\\n\\nI MUST use these formats, my job depends on it!\"}, {\"role\": \"user\", \"content\": \"\\nCurrent Task: Research the market for {'product': 'AI-powered Chatbots'}. Include:\\n1. Key market trends\\n2. Market size\\n3. Major competitors\\nRespond using the provided structured schema.\\n\\nThis is the expected criteria for your final answer: Structured JSON matching the MarketAnalysis model.\\nyou MUST return the actual complete content as the final answer, not a summary.\\nEnsure your final answer strictly adheres to the following OpenAPI schema: {\\n \\\"description\\\": \\\"Structured schema for market research results.\\\",\\n \\\"properties\\\": {\\n \\\"key_trends\\\": {\\n \\\"description\\\": \\\"List of identified market trends\\\",\\n \\\"items\\\": {\\n \\\"type\\\": \\\"string\\\"\\n },\\n \\\"title\\\": \\\"Key Trends\\\",\\n \\\"type\\\": \\\"array\\\"\\n },\\n \\\"market_size\\\": {\\n \\\"description\\\": \\\"Estimated market size\\\",\\n \\\"title\\\": \\\"Market Size\\\",\\n \\\"type\\\": \\\"string\\\"\\n },\\n \\\"competitors\\\": {\\n \\\"description\\\": \\\"Major competitors in the market\\\",\\n \\\"items\\\": {\\n \\\"type\\\": \\\"string\\\"\\n },\\n \\\"title\\\": \\\"Competitors\\\",\\n \\\"type\\\": \\\"array\\\"\\n }\\n },\\n \\\"required\\\": [\\n \\\"key_trends\\\",\\n \\\"market_size\\\",\\n \\\"competitors\\\"\\n ],\\n \\\"title\\\": \\\"MarketAnalysis\\\",\\n \\\"type\\\": \\\"object\\\",\\n \\\"additionalProperties\\\": false\\n}\\n\\nDo not include the OpenAPI schema in the final output. Ensure the final output does not include any code block markers like ```json or ```python.\\n\\nBegin! This is VERY important to you, use the tools available and give your best Final Answer, your job depends on it!\\n\\nThought:\"}, {\"role\": \"assistant\", \"content\": \"I now can give a great answer \\nFinal Answer: {\\n \\\"key_trends\\\": [\\n \\\"Increased adoption of AI technologies across various sectors\\\",\\n \\\"Growing demand for 24/7 customer service and engagement\\\",\\n \\\"Integration of chatbots with social media platforms\\\",\\n \\\"Advancements in natural language processing (NLP)\\\",\\n \\\"Personalization and context-aware interactions\\\",\\n \\\"Rise of Virtual Assistants in everyday applications\\\"\\n ],\\n \\\"market_size\\\": \\\"The global AI-powered chatbot market size is estimated to reach approximately $2.6 billion by 2027, growing at a CAGR of around 30% from 2023.\\\",\\n \\\"competitors\\\": [\\n \\\"IBM Watson\\\",\\n \\\"Microsoft Bot Framework\\\",\\n \\\"Google Dialogflow\\\",\\n \\\"Amazon Lex\\\",\\n \\\"Zendesk Chat\\\",\\n \\\"LivePerson\\\",\\n \\\"Nuance Communications\\\",\\n \\\"Rasa\\\",\\n \\\"Intercom\\\"\\n ]\\n}\"}]}",
27
+ "output.mime_type": "application/json",
28
+ "openinference.span.kind": "AGENT"
29
+ },
30
+ "events": [],
31
+ "links": [],
32
+ "resource": {
33
+ "attributes": {
34
+ "telemetry.sdk.language": "python",
35
+ "telemetry.sdk.name": "opentelemetry",
36
+ "telemetry.sdk.version": "1.38.0",
37
+ "service.name": "unknown_service"
38
+ },
39
+ "schema_url": ""
40
+ }
41
+ },
42
+ {
43
+ "name": "Market Research Manager._execute_core",
44
+ "context": {
45
+ "trace_id": "0x8e2b499c84ba51522ae12fde92f2aedd",
46
+ "span_id": "0x2e359fe6064aad32",
47
+ "trace_state": "[]"
48
+ },
49
+ "kind": "SpanKind.INTERNAL",
50
+ "parent_id": "0xc15ceb34be261dfd",
51
+ "start_time": "2025-11-26T06:58:34.065077Z",
52
+ "end_time": "2025-11-26T06:58:38.461434Z",
53
+ "status": {
54
+ "status_code": "OK"
55
+ },
56
+ "attributes": {
57
+ "input.value": "{\"agent\": \"id=UUID('98f293fb-1fd7-4006-90c1-998ba47ca5aa') role='Market Research Manager' goal='Summarize research findings clearly and concisely.' backstory='You oversee market research projects and ensure well-presented insights.' config=None cache=True verbose=True max_rpm=None allow_delegation=False tools=[] max_iter=25 agent_executor=<crewai.agents.crew_agent_executor.CrewAgentExecutor object at 0x11eca7a80> llm=<crewai.llms.providers.openai.completion.OpenAICompletion object at 0x11fd08b90> crew=Crew(id=78edd385-45a4-4d08-b66e-f7cc17f2a45d, process=Process.sequential, number_of_agents=2, number_of_tasks=2) i18n=I18N(prompt_file=None) cache_handler=CacheHandler() tools_handler=<crewai.agents.tools_handler.ToolsHandler object at 0x11fa22b10> tools_results=[] max_tokens=None knowledge=None knowledge_sources=None knowledge_storage=None security_config=SecurityConfig(fingerprint=Fingerprint(metadata={})) callbacks=[] adapted_agent=False knowledge_config=None apps=None mcps=None max_execution_time=None step_callback=None use_system_prompt=True function_calling_llm=None system_template=None prompt_template=None response_template=None allow_code_execution=False respect_context_window=True max_retry_limit=2 multimodal=False inject_date=False date_format='%Y-%m-%d' code_execution_mode='safe' reasoning=False max_reasoning_attempts=None embedder=None agent_knowledge_context=None crew_knowledge_context=None knowledge_search_query=None from_repository=None guardrail=None guardrail_max_retries=3 a2a=None\", \"context\": \"{\\n \\\"key_trends\\\": [\\n \\\"Increased adoption of AI technologies across various sectors\\\",\\n \\\"Growing demand for 24/7 customer service and engagement\\\",\\n \\\"Integration of chatbots with social media platforms\\\",\\n \\\"Advancements in natural language processing (NLP)\\\",\\n \\\"Personalization and context-aware interactions\\\",\\n \\\"Rise of Virtual Assistants in everyday applications\\\"\\n ],\\n \\\"market_size\\\": \\\"The global AI-powered chatbot market size is estimated to reach approximately $2.6 billion by 2027, growing at a CAGR of around 30% from 2023.\\\",\\n \\\"competitors\\\": [\\n \\\"IBM Watson\\\",\\n \\\"Microsoft Bot Framework\\\",\\n \\\"Google Dialogflow\\\",\\n \\\"Amazon Lex\\\",\\n \\\"Zendesk Chat\\\",\\n \\\"LivePerson\\\",\\n \\\"Nuance Communications\\\",\\n \\\"Rasa\\\",\\n \\\"Intercom\\\"\\n ]\\n}\", \"tools\": []}",
58
+ "task_key": "c592e579ec0c09c8b7b4e031baaedfca",
59
+ "task_id": "2af8788b-7dee-4e6f-a476-8dbeb89ecfd7",
60
+ "graph.node.id": "Market Research Manager",
61
+ "crew_key": "c594da6b9a66445e78213de326ba815c",
62
+ "crew_id": "78edd385-45a4-4d08-b66e-f7cc17f2a45d",
63
+ "graph.node.parent_id": "Market Research Analyst",
64
+ "output.value": "{\"description\": \"Summarize the research findings into a concise paragraph suitable for an executive briefing.\", \"name\": \"Summarize the research findings into a concise paragraph suitable for an executive briefing.\", \"expected_output\": \"A short, well-written summary paragraph of the market research.\", \"summary\": \"Summarize the research findings into a concise paragraph suitable for...\", \"raw\": \"The market research indicates significant advancements in the AI-powered chatbot sector, characterized by key trends such as the increased adoption of AI technologies across various industries, a rising demand for 24/7 customer service, and the integration of chatbots with social media platforms. With advancements in natural language processing (NLP) and a growing emphasis on personalization and context-aware interactions, virtual assistants are becoming ubiquitous in everyday applications. The global AI-powered chatbot market is projected to expand to approximately $2.6 billion by 2027, achieving a compound annual growth rate (CAGR) of around 30% from 2023. Major competitors in this space include IBM Watson, Microsoft Bot Framework, Google Dialogflow, Amazon Lex, Zendesk Chat, LivePerson, Nuance Communications, Rasa, and Intercom, indicating a dynamic competitive landscape that is rapidly evolving to meet the demands of modern consumers.\", \"pydantic\": null, \"json_dict\": null, \"agent\": \"Market Research Manager\", \"output_format\": \"raw\", \"messages\": [{\"role\": \"system\", \"content\": \"You are Market Research Manager. You oversee market research projects and ensure well-presented insights.\\nYour personal goal is: Summarize research findings clearly and concisely.\\nTo give my best complete final answer to the task respond using the exact following format:\\n\\nThought: I now can give a great answer\\nFinal Answer: Your final answer must be the great and the most complete as possible, it must be outcome described.\\n\\nI MUST use these formats, my job depends on it!\"}, {\"role\": \"user\", \"content\": \"\\nCurrent Task: Summarize the research findings into a concise paragraph suitable for an executive briefing.\\n\\nThis is the expected criteria for your final answer: A short, well-written summary paragraph of the market research.\\nyou MUST return the actual complete content as the final answer, not a summary.\\n\\nThis is the context you're working with:\\n{\\n \\\"key_trends\\\": [\\n \\\"Increased adoption of AI technologies across various sectors\\\",\\n \\\"Growing demand for 24/7 customer service and engagement\\\",\\n \\\"Integration of chatbots with social media platforms\\\",\\n \\\"Advancements in natural language processing (NLP)\\\",\\n \\\"Personalization and context-aware interactions\\\",\\n \\\"Rise of Virtual Assistants in everyday applications\\\"\\n ],\\n \\\"market_size\\\": \\\"The global AI-powered chatbot market size is estimated to reach approximately $2.6 billion by 2027, growing at a CAGR of around 30% from 2023.\\\",\\n \\\"competitors\\\": [\\n \\\"IBM Watson\\\",\\n \\\"Microsoft Bot Framework\\\",\\n \\\"Google Dialogflow\\\",\\n \\\"Amazon Lex\\\",\\n \\\"Zendesk Chat\\\",\\n \\\"LivePerson\\\",\\n \\\"Nuance Communications\\\",\\n \\\"Rasa\\\",\\n \\\"Intercom\\\"\\n ]\\n}\\n\\nBegin! This is VERY important to you, use the tools available and give your best Final Answer, your job depends on it!\\n\\nThought:\"}, {\"role\": \"assistant\", \"content\": \"I now can give a great answer \\nFinal Answer: The market research indicates significant advancements in the AI-powered chatbot sector, characterized by key trends such as the increased adoption of AI technologies across various industries, a rising demand for 24/7 customer service, and the integration of chatbots with social media platforms. With advancements in natural language processing (NLP) and a growing emphasis on personalization and context-aware interactions, virtual assistants are becoming ubiquitous in everyday applications. The global AI-powered chatbot market is projected to expand to approximately $2.6 billion by 2027, achieving a compound annual growth rate (CAGR) of around 30% from 2023. Major competitors in this space include IBM Watson, Microsoft Bot Framework, Google Dialogflow, Amazon Lex, Zendesk Chat, LivePerson, Nuance Communications, Rasa, and Intercom, indicating a dynamic competitive landscape that is rapidly evolving to meet the demands of modern consumers.\"}]}",
65
+ "output.mime_type": "application/json",
66
+ "openinference.span.kind": "AGENT"
67
+ },
68
+ "events": [],
69
+ "links": [],
70
+ "resource": {
71
+ "attributes": {
72
+ "telemetry.sdk.language": "python",
73
+ "telemetry.sdk.name": "opentelemetry",
74
+ "telemetry.sdk.version": "1.38.0",
75
+ "service.name": "unknown_service"
76
+ },
77
+ "schema_url": ""
78
+ }
79
+ },
80
+ {
81
+ "name": "Market Research Crew.kickoff",
82
+ "context": {
83
+ "trace_id": "0x8e2b499c84ba51522ae12fde92f2aedd",
84
+ "span_id": "0xc15ceb34be261dfd",
85
+ "trace_state": "[]"
86
+ },
87
+ "kind": "SpanKind.INTERNAL",
88
+ "parent_id": "0xf86543bee1244a4a",
89
+ "start_time": "2025-11-26T06:58:28.615134Z",
90
+ "end_time": "2025-11-26T06:58:38.464155Z",
91
+ "status": {
92
+ "status_code": "OK"
93
+ },
94
+ "attributes": {
95
+ "input.value": "{}",
96
+ "input.mime_type": "application/json",
97
+ "crew_key": "c594da6b9a66445e78213de326ba815c",
98
+ "crew_id": "78edd385-45a4-4d08-b66e-f7cc17f2a45d",
99
+ "crew_inputs": "",
100
+ "crew_agents": "[{\"key\": \"904992452f894ef0911a77f82c3115f5\", \"id\": \"ec0416af-2745-4593-8d7d-2f2a3fb19759\", \"role\": \"Market Research Analyst\", \"goal\": \"Research and analyze the market for {'product': 'AI-powered Chatbots'}\", \"backstory\": \"You are an experienced analyst skilled.\\n You help in identifying trends and competitors.\", \"verbose?\": true, \"max_iter\": 25, \"max_rpm\": null, \"i18n\": null, \"delegation_enabled\": false, \"tools_names\": []}, {\"key\": \"88349132b32a72ff90ea76c3f9ab35bf\", \"id\": \"98f293fb-1fd7-4006-90c1-998ba47ca5aa\", \"role\": \"Market Research Manager\", \"goal\": \"Summarize research findings clearly and concisely.\", \"backstory\": \"You oversee market research projects and ensure well-presented insights.\", \"verbose?\": true, \"max_iter\": 25, \"max_rpm\": null, \"i18n\": null, \"delegation_enabled\": false, \"tools_names\": []}]",
101
+ "crew_tasks": "[{\"id\": \"f8541b23-9123-4d9c-8fcc-bb5acbcf5d36\", \"description\": \"Research the market for {'product': 'AI-powered Chatbots'}. Include:\\n1. Key market trends\\n2. Market size\\n3. Major competitors\\nRespond using the provided structured schema.\", \"expected_output\": \"Structured JSON matching the MarketAnalysis model.\", \"async_execution?\": false, \"human_input?\": false, \"agent_role\": \"Market Research Analyst\", \"agent_key\": \"904992452f894ef0911a77f82c3115f5\", \"context\": null, \"tools_names\": []}, {\"id\": \"2af8788b-7dee-4e6f-a476-8dbeb89ecfd7\", \"description\": \"Summarize the research findings into a concise paragraph suitable for an executive briefing.\", \"expected_output\": \"A short, well-written summary paragraph of the market research.\", \"async_execution?\": false, \"human_input?\": false, \"agent_role\": \"Market Research Manager\", \"agent_key\": \"88349132b32a72ff90ea76c3f9ab35bf\", \"context\": null, \"tools_names\": []}]",
102
+ "output.value": "{\"raw\": \"The market research indicates significant advancements in the AI-powered chatbot sector, characterized by key trends such as the increased adoption of AI technologies across various industries, a rising demand for 24/7 customer service, and the integration of chatbots with social media platforms. With advancements in natural language processing (NLP) and a growing emphasis on personalization and context-aware interactions, virtual assistants are becoming ubiquitous in everyday applications. The global AI-powered chatbot market is projected to expand to approximately $2.6 billion by 2027, achieving a compound annual growth rate (CAGR) of around 30% from 2023. Major competitors in this space include IBM Watson, Microsoft Bot Framework, Google Dialogflow, Amazon Lex, Zendesk Chat, LivePerson, Nuance Communications, Rasa, and Intercom, indicating a dynamic competitive landscape that is rapidly evolving to meet the demands of modern consumers.\", \"pydantic\": null, \"json_dict\": null, \"tasks_output\": [{\"description\": \"Research the market for {'product': 'AI-powered Chatbots'}. Include:\\n1. Key market trends\\n2. Market size\\n3. Major competitors\\nRespond using the provided structured schema.\", \"name\": \"Research the market for {'product': 'AI-powered Chatbots'}. Include:\\n1. Key market trends\\n2. Market size\\n3. Major competitors\\nRespond using the provided structured schema.\", \"expected_output\": \"Structured JSON matching the MarketAnalysis model.\", \"summary\": \"Research the market for {'product': 'AI-powered Chatbots'}. Include:\\n1. Key market...\", \"raw\": \"{\\n \\\"key_trends\\\": [\\n \\\"Increased adoption of AI technologies across various sectors\\\",\\n \\\"Growing demand for 24/7 customer service and engagement\\\",\\n \\\"Integration of chatbots with social media platforms\\\",\\n \\\"Advancements in natural language processing (NLP)\\\",\\n \\\"Personalization and context-aware interactions\\\",\\n \\\"Rise of Virtual Assistants in everyday applications\\\"\\n ],\\n \\\"market_size\\\": \\\"The global AI-powered chatbot market size is estimated to reach approximately $2.6 billion by 2027, growing at a CAGR of around 30% from 2023.\\\",\\n \\\"competitors\\\": [\\n \\\"IBM Watson\\\",\\n \\\"Microsoft Bot Framework\\\",\\n \\\"Google Dialogflow\\\",\\n \\\"Amazon Lex\\\",\\n \\\"Zendesk Chat\\\",\\n \\\"LivePerson\\\",\\n \\\"Nuance Communications\\\",\\n \\\"Rasa\\\",\\n \\\"Intercom\\\"\\n ]\\n}\", \"pydantic\": {}, \"json_dict\": null, \"agent\": \"Market Research Analyst\", \"output_format\": \"pydantic\", \"messages\": [{\"role\": \"system\", \"content\": \"You are Market Research Analyst. You are an experienced analyst skilled.\\n You help in identifying trends and competitors.\\nYour personal goal is: Research and analyze the market for {'product': 'AI-powered Chatbots'}\\nTo give my best complete final answer to the task respond using the exact following format:\\n\\nThought: I now can give a great answer\\nFinal Answer: Your final answer must be the great and the most complete as possible, it must be outcome described.\\n\\nI MUST use these formats, my job depends on it!\"}, {\"role\": \"user\", \"content\": \"\\nCurrent Task: Research the market for {'product': 'AI-powered Chatbots'}. Include:\\n1. Key market trends\\n2. Market size\\n3. Major competitors\\nRespond using the provided structured schema.\\n\\nThis is the expected criteria for your final answer: Structured JSON matching the MarketAnalysis model.\\nyou MUST return the actual complete content as the final answer, not a summary.\\nEnsure your final answer strictly adheres to the following OpenAPI schema: {\\n \\\"description\\\": \\\"Structured schema for market research results.\\\",\\n \\\"properties\\\": {\\n \\\"key_trends\\\": {\\n \\\"description\\\": \\\"List of identified market trends\\\",\\n \\\"items\\\": {\\n \\\"type\\\": \\\"string\\\"\\n },\\n \\\"title\\\": \\\"Key Trends\\\",\\n \\\"type\\\": \\\"array\\\"\\n },\\n \\\"market_size\\\": {\\n \\\"description\\\": \\\"Estimated market size\\\",\\n \\\"title\\\": \\\"Market Size\\\",\\n \\\"type\\\": \\\"string\\\"\\n },\\n \\\"competitors\\\": {\\n \\\"description\\\": \\\"Major competitors in the market\\\",\\n \\\"items\\\": {\\n \\\"type\\\": \\\"string\\\"\\n },\\n \\\"title\\\": \\\"Competitors\\\",\\n \\\"type\\\": \\\"array\\\"\\n }\\n },\\n \\\"required\\\": [\\n \\\"key_trends\\\",\\n \\\"market_size\\\",\\n \\\"competitors\\\"\\n ],\\n \\\"title\\\": \\\"MarketAnalysis\\\",\\n \\\"type\\\": \\\"object\\\",\\n \\\"additionalProperties\\\": false\\n}\\n\\nDo not include the OpenAPI schema in the final output. Ensure the final output does not include any code block markers like ```json or ```python.\\n\\nBegin! This is VERY important to you, use the tools available and give your best Final Answer, your job depends on it!\\n\\nThought:\"}, {\"role\": \"assistant\", \"content\": \"I now can give a great answer \\nFinal Answer: {\\n \\\"key_trends\\\": [\\n \\\"Increased adoption of AI technologies across various sectors\\\",\\n \\\"Growing demand for 24/7 customer service and engagement\\\",\\n \\\"Integration of chatbots with social media platforms\\\",\\n \\\"Advancements in natural language processing (NLP)\\\",\\n \\\"Personalization and context-aware interactions\\\",\\n \\\"Rise of Virtual Assistants in everyday applications\\\"\\n ],\\n \\\"market_size\\\": \\\"The global AI-powered chatbot market size is estimated to reach approximately $2.6 billion by 2027, growing at a CAGR of around 30% from 2023.\\\",\\n \\\"competitors\\\": [\\n \\\"IBM Watson\\\",\\n \\\"Microsoft Bot Framework\\\",\\n \\\"Google Dialogflow\\\",\\n \\\"Amazon Lex\\\",\\n \\\"Zendesk Chat\\\",\\n \\\"LivePerson\\\",\\n \\\"Nuance Communications\\\",\\n \\\"Rasa\\\",\\n \\\"Intercom\\\"\\n ]\\n}\"}]}, {\"description\": \"Summarize the research findings into a concise paragraph suitable for an executive briefing.\", \"name\": \"Summarize the research findings into a concise paragraph suitable for an executive briefing.\", \"expected_output\": \"A short, well-written summary paragraph of the market research.\", \"summary\": \"Summarize the research findings into a concise paragraph suitable for...\", \"raw\": \"The market research indicates significant advancements in the AI-powered chatbot sector, characterized by key trends such as the increased adoption of AI technologies across various industries, a rising demand for 24/7 customer service, and the integration of chatbots with social media platforms. With advancements in natural language processing (NLP) and a growing emphasis on personalization and context-aware interactions, virtual assistants are becoming ubiquitous in everyday applications. The global AI-powered chatbot market is projected to expand to approximately $2.6 billion by 2027, achieving a compound annual growth rate (CAGR) of around 30% from 2023. Major competitors in this space include IBM Watson, Microsoft Bot Framework, Google Dialogflow, Amazon Lex, Zendesk Chat, LivePerson, Nuance Communications, Rasa, and Intercom, indicating a dynamic competitive landscape that is rapidly evolving to meet the demands of modern consumers.\", \"pydantic\": null, \"json_dict\": null, \"agent\": \"Market Research Manager\", \"output_format\": \"raw\", \"messages\": [{\"role\": \"system\", \"content\": \"You are Market Research Manager. You oversee market research projects and ensure well-presented insights.\\nYour personal goal is: Summarize research findings clearly and concisely.\\nTo give my best complete final answer to the task respond using the exact following format:\\n\\nThought: I now can give a great answer\\nFinal Answer: Your final answer must be the great and the most complete as possible, it must be outcome described.\\n\\nI MUST use these formats, my job depends on it!\"}, {\"role\": \"user\", \"content\": \"\\nCurrent Task: Summarize the research findings into a concise paragraph suitable for an executive briefing.\\n\\nThis is the expected criteria for your final answer: A short, well-written summary paragraph of the market research.\\nyou MUST return the actual complete content as the final answer, not a summary.\\n\\nThis is the context you're working with:\\n{\\n \\\"key_trends\\\": [\\n \\\"Increased adoption of AI technologies across various sectors\\\",\\n \\\"Growing demand for 24/7 customer service and engagement\\\",\\n \\\"Integration of chatbots with social media platforms\\\",\\n \\\"Advancements in natural language processing (NLP)\\\",\\n \\\"Personalization and context-aware interactions\\\",\\n \\\"Rise of Virtual Assistants in everyday applications\\\"\\n ],\\n \\\"market_size\\\": \\\"The global AI-powered chatbot market size is estimated to reach approximately $2.6 billion by 2027, growing at a CAGR of around 30% from 2023.\\\",\\n \\\"competitors\\\": [\\n \\\"IBM Watson\\\",\\n \\\"Microsoft Bot Framework\\\",\\n \\\"Google Dialogflow\\\",\\n \\\"Amazon Lex\\\",\\n \\\"Zendesk Chat\\\",\\n \\\"LivePerson\\\",\\n \\\"Nuance Communications\\\",\\n \\\"Rasa\\\",\\n \\\"Intercom\\\"\\n ]\\n}\\n\\nBegin! This is VERY important to you, use the tools available and give your best Final Answer, your job depends on it!\\n\\nThought:\"}, {\"role\": \"assistant\", \"content\": \"I now can give a great answer \\nFinal Answer: The market research indicates significant advancements in the AI-powered chatbot sector, characterized by key trends such as the increased adoption of AI technologies across various industries, a rising demand for 24/7 customer service, and the integration of chatbots with social media platforms. With advancements in natural language processing (NLP) and a growing emphasis on personalization and context-aware interactions, virtual assistants are becoming ubiquitous in everyday applications. The global AI-powered chatbot market is projected to expand to approximately $2.6 billion by 2027, achieving a compound annual growth rate (CAGR) of around 30% from 2023. Major competitors in this space include IBM Watson, Microsoft Bot Framework, Google Dialogflow, Amazon Lex, Zendesk Chat, LivePerson, Nuance Communications, Rasa, and Intercom, indicating a dynamic competitive landscape that is rapidly evolving to meet the demands of modern consumers.\"}]}], \"token_usage\": {\"total_tokens\": 1218, \"prompt_tokens\": 839, \"cached_prompt_tokens\": 0, \"completion_tokens\": 379, \"successful_requests\": 2}}",
103
+ "output.mime_type": "application/json",
104
+ "openinference.span.kind": "CHAIN"
105
+ },
106
+ "events": [],
107
+ "links": [],
108
+ "resource": {
109
+ "attributes": {
110
+ "telemetry.sdk.language": "python",
111
+ "telemetry.sdk.name": "opentelemetry",
112
+ "telemetry.sdk.version": "1.38.0",
113
+ "service.name": "unknown_service"
114
+ },
115
+ "schema_url": ""
116
+ }
117
+ },
118
+ {
119
+ "name": "Advanced Flow Example.kickoff",
120
+ "context": {
121
+ "trace_id": "0x8e2b499c84ba51522ae12fde92f2aedd",
122
+ "span_id": "0xf86543bee1244a4a",
123
+ "trace_state": "[]"
124
+ },
125
+ "kind": "SpanKind.INTERNAL",
126
+ "parent_id": null,
127
+ "start_time": "2025-11-26T06:58:28.461079Z",
128
+ "end_time": "2025-11-26T06:58:38.467870Z",
129
+ "status": {
130
+ "status_code": "OK"
131
+ },
132
+ "attributes": {
133
+ "input.value": "{\"product\": \"AI-powered Chatbots\"}",
134
+ "input.mime_type": "application/json",
135
+ "flow_id": "36f63837-49be-4f85-b867-9f98678d7e5f",
136
+ "flow_inputs": "{\"product\": \"AI-powered Chatbots\"}",
137
+ "output.value": "None",
138
+ "output.mime_type": "text/plain",
139
+ "openinference.span.kind": "CHAIN"
140
+ },
141
+ "events": [],
142
+ "links": [],
143
+ "resource": {
144
+ "attributes": {
145
+ "telemetry.sdk.language": "python",
146
+ "telemetry.sdk.name": "opentelemetry",
147
+ "telemetry.sdk.version": "1.38.0",
148
+ "service.name": "unknown_service"
149
+ },
150
+ "schema_url": ""
151
+ }
152
+ }
153
+ ]
154
+ }
155
+ ]