langroid 0.28.7__tar.gz → 0.30.0__tar.gz

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 (161) hide show
  1. {langroid-0.28.7 → langroid-0.30.0}/PKG-INFO +1 -1
  2. langroid-0.30.0/langroid/agent/.chainlit/config.toml +121 -0
  3. langroid-0.30.0/langroid/agent/.chainlit/translations/bn.json +231 -0
  4. langroid-0.30.0/langroid/agent/.chainlit/translations/en-US.json +229 -0
  5. langroid-0.30.0/langroid/agent/.chainlit/translations/gu.json +231 -0
  6. langroid-0.30.0/langroid/agent/.chainlit/translations/he-IL.json +231 -0
  7. langroid-0.30.0/langroid/agent/.chainlit/translations/hi.json +231 -0
  8. langroid-0.30.0/langroid/agent/.chainlit/translations/kn.json +231 -0
  9. langroid-0.30.0/langroid/agent/.chainlit/translations/ml.json +231 -0
  10. langroid-0.30.0/langroid/agent/.chainlit/translations/mr.json +231 -0
  11. langroid-0.30.0/langroid/agent/.chainlit/translations/ta.json +231 -0
  12. langroid-0.30.0/langroid/agent/.chainlit/translations/te.json +231 -0
  13. langroid-0.30.0/langroid/agent/.chainlit/translations/zh-CN.json +229 -0
  14. {langroid-0.28.7 → langroid-0.30.0}/langroid/embedding_models/__init__.py +6 -2
  15. {langroid-0.28.7 → langroid-0.30.0}/langroid/embedding_models/base.py +4 -0
  16. {langroid-0.28.7 → langroid-0.30.0}/langroid/embedding_models/models.py +151 -39
  17. {langroid-0.28.7 → langroid-0.30.0}/langroid/language_models/azure_openai.py +60 -28
  18. {langroid-0.28.7 → langroid-0.30.0}/langroid/language_models/openai_gpt.py +26 -19
  19. {langroid-0.28.7 → langroid-0.30.0}/langroid/vector_store/chromadb.py +8 -0
  20. {langroid-0.28.7 → langroid-0.30.0}/pyproject.toml +1 -1
  21. langroid-0.28.7/langroid/agent/team.py +0 -41
  22. {langroid-0.28.7 → langroid-0.30.0}/LICENSE +0 -0
  23. {langroid-0.28.7 → langroid-0.30.0}/README.md +0 -0
  24. {langroid-0.28.7 → langroid-0.30.0}/langroid/__init__.py +0 -0
  25. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/__init__.py +0 -0
  26. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/base.py +0 -0
  27. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/batch.py +0 -0
  28. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/callbacks/__init__.py +0 -0
  29. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/callbacks/chainlit.py +0 -0
  30. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/chat_agent.py +0 -0
  31. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/chat_document.py +0 -0
  32. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/helpers.py +0 -0
  33. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/junk +0 -0
  34. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/openai_assistant.py +0 -0
  35. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/special/__init__.py +0 -0
  36. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/special/arangodb/__init__.py +0 -0
  37. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/special/arangodb/arangodb_agent.py +0 -0
  38. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/special/arangodb/system_messages.py +0 -0
  39. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/special/arangodb/tools.py +0 -0
  40. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/special/arangodb/utils.py +0 -0
  41. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/special/doc_chat_agent.py +0 -0
  42. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/special/lance_doc_chat_agent.py +0 -0
  43. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/special/lance_rag/__init__.py +0 -0
  44. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/special/lance_rag/critic_agent.py +0 -0
  45. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/special/lance_rag/lance_rag_task.py +0 -0
  46. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/special/lance_rag/query_planner_agent.py +0 -0
  47. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/special/lance_tools.py +0 -0
  48. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/special/neo4j/__init__.py +0 -0
  49. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/special/neo4j/csv_kg_chat.py +0 -0
  50. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/special/neo4j/neo4j_chat_agent.py +0 -0
  51. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/special/neo4j/system_messages.py +0 -0
  52. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/special/neo4j/tools.py +0 -0
  53. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/special/relevance_extractor_agent.py +0 -0
  54. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/special/retriever_agent.py +0 -0
  55. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/special/sql/__init__.py +0 -0
  56. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/special/sql/sql_chat_agent.py +0 -0
  57. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/special/sql/utils/__init__.py +0 -0
  58. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/special/sql/utils/description_extractors.py +0 -0
  59. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/special/sql/utils/populate_metadata.py +0 -0
  60. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/special/sql/utils/system_message.py +0 -0
  61. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/special/sql/utils/tools.py +0 -0
  62. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/special/table_chat_agent.py +0 -0
  63. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/structured_message.py +0 -0
  64. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/task.py +0 -0
  65. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/tool_message.py +0 -0
  66. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/tools/__init__.py +0 -0
  67. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/tools/duckduckgo_search_tool.py +0 -0
  68. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/tools/file_tools.py +0 -0
  69. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/tools/google_search_tool.py +0 -0
  70. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/tools/metaphor_search_tool.py +0 -0
  71. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/tools/orchestration.py +0 -0
  72. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/tools/recipient_tool.py +0 -0
  73. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/tools/retrieval_tool.py +0 -0
  74. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/tools/rewind_tool.py +0 -0
  75. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/tools/segment_extract_tool.py +0 -0
  76. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/typed_task.py +0 -0
  77. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent/xml_tool_message.py +0 -0
  78. {langroid-0.28.7 → langroid-0.30.0}/langroid/agent_config.py +0 -0
  79. {langroid-0.28.7 → langroid-0.30.0}/langroid/cachedb/__init__.py +0 -0
  80. {langroid-0.28.7 → langroid-0.30.0}/langroid/cachedb/base.py +0 -0
  81. {langroid-0.28.7 → langroid-0.30.0}/langroid/cachedb/momento_cachedb.py +0 -0
  82. {langroid-0.28.7 → langroid-0.30.0}/langroid/cachedb/redis_cachedb.py +0 -0
  83. {langroid-0.28.7 → langroid-0.30.0}/langroid/embedding_models/clustering.py +0 -0
  84. {langroid-0.28.7 → langroid-0.30.0}/langroid/embedding_models/protoc/__init__.py +0 -0
  85. {langroid-0.28.7 → langroid-0.30.0}/langroid/embedding_models/protoc/embeddings.proto +0 -0
  86. {langroid-0.28.7 → langroid-0.30.0}/langroid/embedding_models/protoc/embeddings_pb2.py +0 -0
  87. {langroid-0.28.7 → langroid-0.30.0}/langroid/embedding_models/protoc/embeddings_pb2.pyi +0 -0
  88. {langroid-0.28.7 → langroid-0.30.0}/langroid/embedding_models/protoc/embeddings_pb2_grpc.py +0 -0
  89. {langroid-0.28.7 → langroid-0.30.0}/langroid/embedding_models/remote_embeds.py +0 -0
  90. {langroid-0.28.7 → langroid-0.30.0}/langroid/exceptions.py +0 -0
  91. {langroid-0.28.7 → langroid-0.30.0}/langroid/language_models/.chainlit/config.toml +0 -0
  92. {langroid-0.28.7 → langroid-0.30.0}/langroid/language_models/.chainlit/translations/en-US.json +0 -0
  93. {langroid-0.28.7 → langroid-0.30.0}/langroid/language_models/__init__.py +0 -0
  94. {langroid-0.28.7 → langroid-0.30.0}/langroid/language_models/base.py +0 -0
  95. {langroid-0.28.7 → langroid-0.30.0}/langroid/language_models/config.py +0 -0
  96. {langroid-0.28.7 → langroid-0.30.0}/langroid/language_models/mock_lm.py +0 -0
  97. {langroid-0.28.7 → langroid-0.30.0}/langroid/language_models/prompt_formatter/__init__.py +0 -0
  98. {langroid-0.28.7 → langroid-0.30.0}/langroid/language_models/prompt_formatter/base.py +0 -0
  99. {langroid-0.28.7 → langroid-0.30.0}/langroid/language_models/prompt_formatter/hf_formatter.py +0 -0
  100. {langroid-0.28.7 → langroid-0.30.0}/langroid/language_models/prompt_formatter/llama2_formatter.py +0 -0
  101. {langroid-0.28.7 → langroid-0.30.0}/langroid/language_models/utils.py +0 -0
  102. {langroid-0.28.7 → langroid-0.30.0}/langroid/mytypes.py +0 -0
  103. {langroid-0.28.7 → langroid-0.30.0}/langroid/parsing/__init__.py +0 -0
  104. {langroid-0.28.7 → langroid-0.30.0}/langroid/parsing/agent_chats.py +0 -0
  105. {langroid-0.28.7 → langroid-0.30.0}/langroid/parsing/code-parsing.md +0 -0
  106. {langroid-0.28.7 → langroid-0.30.0}/langroid/parsing/code_parser.py +0 -0
  107. {langroid-0.28.7 → langroid-0.30.0}/langroid/parsing/config.py +0 -0
  108. {langroid-0.28.7 → langroid-0.30.0}/langroid/parsing/document_parser.py +0 -0
  109. {langroid-0.28.7 → langroid-0.30.0}/langroid/parsing/image_text.py +0 -0
  110. {langroid-0.28.7 → langroid-0.30.0}/langroid/parsing/para_sentence_split.py +0 -0
  111. {langroid-0.28.7 → langroid-0.30.0}/langroid/parsing/parse_json.py +0 -0
  112. {langroid-0.28.7 → langroid-0.30.0}/langroid/parsing/parser.py +0 -0
  113. {langroid-0.28.7 → langroid-0.30.0}/langroid/parsing/repo_loader.py +0 -0
  114. {langroid-0.28.7 → langroid-0.30.0}/langroid/parsing/routing.py +0 -0
  115. {langroid-0.28.7 → langroid-0.30.0}/langroid/parsing/search.py +0 -0
  116. {langroid-0.28.7 → langroid-0.30.0}/langroid/parsing/spider.py +0 -0
  117. {langroid-0.28.7 → langroid-0.30.0}/langroid/parsing/table_loader.py +0 -0
  118. {langroid-0.28.7 → langroid-0.30.0}/langroid/parsing/url_loader.py +0 -0
  119. {langroid-0.28.7 → langroid-0.30.0}/langroid/parsing/url_loader_cookies.py +0 -0
  120. {langroid-0.28.7 → langroid-0.30.0}/langroid/parsing/urls.py +0 -0
  121. {langroid-0.28.7 → langroid-0.30.0}/langroid/parsing/utils.py +0 -0
  122. {langroid-0.28.7 → langroid-0.30.0}/langroid/parsing/web_search.py +0 -0
  123. {langroid-0.28.7 → langroid-0.30.0}/langroid/prompts/__init__.py +0 -0
  124. {langroid-0.28.7 → langroid-0.30.0}/langroid/prompts/chat-gpt4-system-prompt.md +0 -0
  125. {langroid-0.28.7 → langroid-0.30.0}/langroid/prompts/dialog.py +0 -0
  126. {langroid-0.28.7 → langroid-0.30.0}/langroid/prompts/prompts_config.py +0 -0
  127. {langroid-0.28.7 → langroid-0.30.0}/langroid/prompts/templates.py +0 -0
  128. {langroid-0.28.7 → langroid-0.30.0}/langroid/py.typed +0 -0
  129. {langroid-0.28.7 → langroid-0.30.0}/langroid/pydantic_v1/__init__.py +0 -0
  130. {langroid-0.28.7 → langroid-0.30.0}/langroid/pydantic_v1/main.py +0 -0
  131. {langroid-0.28.7 → langroid-0.30.0}/langroid/utils/.chainlit/config.toml +0 -0
  132. {langroid-0.28.7 → langroid-0.30.0}/langroid/utils/.chainlit/translations/en-US.json +0 -0
  133. {langroid-0.28.7 → langroid-0.30.0}/langroid/utils/__init__.py +0 -0
  134. {langroid-0.28.7 → langroid-0.30.0}/langroid/utils/algorithms/__init__.py +0 -0
  135. {langroid-0.28.7 → langroid-0.30.0}/langroid/utils/algorithms/graph.py +0 -0
  136. {langroid-0.28.7 → langroid-0.30.0}/langroid/utils/configuration.py +0 -0
  137. {langroid-0.28.7 → langroid-0.30.0}/langroid/utils/constants.py +0 -0
  138. {langroid-0.28.7 → langroid-0.30.0}/langroid/utils/docker.py +0 -0
  139. {langroid-0.28.7 → langroid-0.30.0}/langroid/utils/git_utils.py +0 -0
  140. {langroid-0.28.7 → langroid-0.30.0}/langroid/utils/globals.py +0 -0
  141. {langroid-0.28.7 → langroid-0.30.0}/langroid/utils/llms/__init__.py +0 -0
  142. {langroid-0.28.7 → langroid-0.30.0}/langroid/utils/llms/strings.py +0 -0
  143. {langroid-0.28.7 → langroid-0.30.0}/langroid/utils/logging.py +0 -0
  144. {langroid-0.28.7 → langroid-0.30.0}/langroid/utils/object_registry.py +0 -0
  145. {langroid-0.28.7 → langroid-0.30.0}/langroid/utils/output/__init__.py +0 -0
  146. {langroid-0.28.7 → langroid-0.30.0}/langroid/utils/output/citations.py +0 -0
  147. {langroid-0.28.7 → langroid-0.30.0}/langroid/utils/output/printing.py +0 -0
  148. {langroid-0.28.7 → langroid-0.30.0}/langroid/utils/output/status.py +0 -0
  149. {langroid-0.28.7 → langroid-0.30.0}/langroid/utils/pandas_utils.py +0 -0
  150. {langroid-0.28.7 → langroid-0.30.0}/langroid/utils/pydantic_utils.py +0 -0
  151. {langroid-0.28.7 → langroid-0.30.0}/langroid/utils/system.py +0 -0
  152. {langroid-0.28.7 → langroid-0.30.0}/langroid/utils/types.py +0 -0
  153. {langroid-0.28.7 → langroid-0.30.0}/langroid/utils/web/__init__.py +0 -0
  154. {langroid-0.28.7 → langroid-0.30.0}/langroid/utils/web/login.py +0 -0
  155. {langroid-0.28.7 → langroid-0.30.0}/langroid/vector_store/__init__.py +0 -0
  156. {langroid-0.28.7 → langroid-0.30.0}/langroid/vector_store/base.py +0 -0
  157. {langroid-0.28.7 → langroid-0.30.0}/langroid/vector_store/lancedb.py +0 -0
  158. {langroid-0.28.7 → langroid-0.30.0}/langroid/vector_store/meilisearch.py +0 -0
  159. {langroid-0.28.7 → langroid-0.30.0}/langroid/vector_store/momento.py +0 -0
  160. {langroid-0.28.7 → langroid-0.30.0}/langroid/vector_store/qdrant_cloud.py +0 -0
  161. {langroid-0.28.7 → langroid-0.30.0}/langroid/vector_store/qdrantdb.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: langroid
3
- Version: 0.28.7
3
+ Version: 0.30.0
4
4
  Summary: Harness LLMs with Multi-Agent Programming
5
5
  License: MIT
6
6
  Author: Prasad Chalasani
@@ -0,0 +1,121 @@
1
+ [project]
2
+ # Whether to enable telemetry (default: true). No personal data is collected.
3
+ enable_telemetry = true
4
+
5
+
6
+ # List of environment variables to be provided by each user to use the app.
7
+ user_env = []
8
+
9
+ # Duration (in seconds) during which the session is saved when the connection is lost
10
+ session_timeout = 3600
11
+
12
+ # Enable third parties caching (e.g LangChain cache)
13
+ cache = false
14
+
15
+ # Authorized origins
16
+ allow_origins = ["*"]
17
+
18
+ # Follow symlink for asset mount (see https://github.com/Chainlit/chainlit/issues/317)
19
+ # follow_symlink = false
20
+
21
+ [features]
22
+ # Process and display HTML in messages. This can be a security risk (see https://stackoverflow.com/questions/19603097/why-is-it-dangerous-to-render-user-generated-html-or-javascript)
23
+ unsafe_allow_html = false
24
+
25
+ # Process and display mathematical expressions. This can clash with "$" characters in messages.
26
+ latex = false
27
+
28
+ # Automatically tag threads with the current chat profile (if a chat profile is used)
29
+ auto_tag_thread = true
30
+
31
+ # Allow users to edit their own messages
32
+ edit_message = true
33
+
34
+ # Authorize users to spontaneously upload files with messages
35
+ [features.spontaneous_file_upload]
36
+ enabled = true
37
+ accept = ["*/*"]
38
+ max_files = 20
39
+ max_size_mb = 500
40
+
41
+ [features.audio]
42
+ # Threshold for audio recording
43
+ min_decibels = -45
44
+ # Delay for the user to start speaking in MS
45
+ initial_silence_timeout = 3000
46
+ # Delay for the user to continue speaking in MS. If the user stops speaking for this duration, the recording will stop.
47
+ silence_timeout = 1500
48
+ # Above this duration (MS), the recording will forcefully stop.
49
+ max_duration = 15000
50
+ # Duration of the audio chunks in MS
51
+ chunk_duration = 1000
52
+ # Sample rate of the audio
53
+ sample_rate = 44100
54
+
55
+ [UI]
56
+ # Name of the assistant.
57
+ name = "Assistant"
58
+
59
+ # Description of the assistant. This is used for HTML tags.
60
+ # description = ""
61
+
62
+ # Large size content are by default collapsed for a cleaner ui
63
+ default_collapse_content = true
64
+
65
+ # Chain of Thought (CoT) display mode. Can be "hidden", "tool_call" or "full".
66
+ cot = "full"
67
+
68
+ # Link to your github repo. This will add a github button in the UI's header.
69
+ # github = ""
70
+
71
+ # Specify a CSS file that can be used to customize the user interface.
72
+ # The CSS file can be served from the public directory or via an external link.
73
+ # custom_css = "/public/test.css"
74
+
75
+ # Specify a Javascript file that can be used to customize the user interface.
76
+ # The Javascript file can be served from the public directory.
77
+ # custom_js = "/public/test.js"
78
+
79
+ # Specify a custom font url.
80
+ # custom_font = "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap"
81
+
82
+ # Specify a custom meta image url.
83
+ # custom_meta_image_url = "https://chainlit-cloud.s3.eu-west-3.amazonaws.com/logo/chainlit_banner.png"
84
+
85
+ # Specify a custom build directory for the frontend.
86
+ # This can be used to customize the frontend code.
87
+ # Be careful: If this is a relative path, it should not start with a slash.
88
+ # custom_build = "./public/build"
89
+
90
+ [UI.theme]
91
+ default = "dark"
92
+ #layout = "wide"
93
+ #font_family = "Inter, sans-serif"
94
+ # Override default MUI light theme. (Check theme.ts)
95
+ [UI.theme.light]
96
+ #background = "#FAFAFA"
97
+ #paper = "#FFFFFF"
98
+
99
+ [UI.theme.light.primary]
100
+ #main = "#F80061"
101
+ #dark = "#980039"
102
+ #light = "#FFE7EB"
103
+ [UI.theme.light.text]
104
+ #primary = "#212121"
105
+ #secondary = "#616161"
106
+
107
+ # Override default MUI dark theme. (Check theme.ts)
108
+ [UI.theme.dark]
109
+ #background = "#FAFAFA"
110
+ #paper = "#FFFFFF"
111
+
112
+ [UI.theme.dark.primary]
113
+ #main = "#F80061"
114
+ #dark = "#980039"
115
+ #light = "#FFE7EB"
116
+ [UI.theme.dark.text]
117
+ #primary = "#EEEEEE"
118
+ #secondary = "#BDBDBD"
119
+
120
+ [meta]
121
+ generated_by = "1.3.2"
@@ -0,0 +1,231 @@
1
+ {
2
+ "components": {
3
+ "atoms": {
4
+ "buttons": {
5
+ "userButton": {
6
+ "menu": {
7
+ "settings": "\u09b8\u09c7\u099f\u09bf\u0982\u09b8",
8
+ "settingsKey": "S",
9
+ "APIKeys": "\u098f\u09aa\u09bf\u0986\u0987 \u0995\u09c0",
10
+ "logout": "\u09b2\u0997\u0986\u0989\u099f"
11
+ }
12
+ }
13
+ }
14
+ },
15
+ "molecules": {
16
+ "newChatButton": {
17
+ "newChat": "\u09a8\u09a4\u09c1\u09a8 \u0986\u09a1\u09cd\u09a1\u09be"
18
+ },
19
+ "tasklist": {
20
+ "TaskList": {
21
+ "title": "\ud83d\uddd2\ufe0f \u0995\u09be\u09b0\u09cd\u09af \u09a4\u09be\u09b2\u09bf\u0995\u09be",
22
+ "loading": "\u09b2\u09cb\u09a1\u0964\u0964\u0964",
23
+ "error": "\u098f\u0995\u099f\u09bf \u09a4\u09cd\u09b0\u09c1\u099f\u09bf \u09b8\u0982\u0998\u099f\u09bf\u09a4 \u09b9\u09af\u09bc\u09c7\u099b\u09c7"
24
+ }
25
+ },
26
+ "attachments": {
27
+ "cancelUpload": "\u0986\u09aa\u09b2\u09cb\u09a1 \u09ac\u09be\u09a4\u09bf\u09b2 \u0995\u09b0\u09c1\u09a8",
28
+ "removeAttachment": "\u09b8\u0982\u09af\u09c1\u0995\u09cd\u09a4\u09bf \u09b8\u09b0\u09be\u09a8"
29
+ },
30
+ "newChatDialog": {
31
+ "createNewChat": "\u09a8\u09a4\u09c1\u09a8 \u099a\u09cd\u09af\u09be\u099f \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09ac\u09c7\u09a8?",
32
+ "clearChat": "\u098f\u099f\u09bf \u09ac\u09b0\u09cd\u09a4\u09ae\u09be\u09a8 \u09ac\u09be\u09b0\u09cd\u09a4\u09be\u0997\u09c1\u09b2\u09bf \u09b8\u09be\u09ab \u0995\u09b0\u09ac\u09c7 \u098f\u09ac\u0982 \u098f\u0995\u099f\u09bf \u09a8\u09a4\u09c1\u09a8 \u099a\u09cd\u09af\u09be\u099f \u09b6\u09c1\u09b0\u09c1 \u0995\u09b0\u09ac\u09c7\u0964",
33
+ "cancel": "\u09ac\u09be\u09a4\u09bf\u09b2",
34
+ "confirm": "\u09a8\u09bf\u09b6\u09cd\u099a\u09bf\u09a4"
35
+ },
36
+ "settingsModal": {
37
+ "settings": "\u09b8\u09c7\u099f\u09bf\u0982\u09b8",
38
+ "expandMessages": "\u09ac\u09be\u09b0\u09cd\u09a4\u09be\u0997\u09c1\u09b2\u09bf \u09aa\u09cd\u09b0\u09b8\u09be\u09b0\u09bf\u09a4 \u0995\u09b0\u09c1\u09a8",
39
+ "hideChainOfThought": "\u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09b0 \u09b6\u09c3\u0999\u09cd\u0996\u09b2 \u09b2\u09c1\u0995\u09be\u09a8",
40
+ "darkMode": "\u09a1\u09be\u09b0\u09cd\u0995 \u09ae\u09cb\u09a1"
41
+ },
42
+ "detailsButton": {
43
+ "using": "\u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0",
44
+ "running": "\u099a\u09b2\u09ae\u09be\u09a8",
45
+ "took_one": "{{count}} \u09aa\u09a6\u0995\u09cd\u09b7\u09c7\u09aa \u09a8\u09bf\u09af\u09bc\u09c7\u099b\u09c7",
46
+ "took_other": "{{count}}\u099f\u09bf \u09aa\u09a6\u0995\u09cd\u09b7\u09c7\u09aa \u09a8\u09bf\u09af\u09bc\u09c7\u099b\u09c7"
47
+ },
48
+ "auth": {
49
+ "authLogin": {
50
+ "title": "\u0985\u09cd\u09af\u09be\u09aa\u099f\u09bf \u0985\u09cd\u09af\u09be\u0995\u09cd\u09b8\u09c7\u09b8 \u0995\u09b0\u09a4\u09c7 \u09b2\u0997\u0987\u09a8 \u0995\u09b0\u09c1\u09a8\u0964",
51
+ "form": {
52
+ "email": "\u0987-\u09ae\u09c7\u0987\u09b2 \u09a0\u09bf\u0995\u09be\u09a8\u09be",
53
+ "password": "\u09aa\u09be\u09b8\u0993\u09af\u09bc\u09be\u09b0\u09cd\u09a1",
54
+ "noAccount": "\u0995\u09cb\u09a8\u0993 \u0985\u09cd\u09af\u09be\u0995\u09be\u0989\u09a8\u09cd\u099f \u09a8\u09c7\u0987?",
55
+ "alreadyHaveAccount": "\u0987\u09a4\u09bf\u09ae\u09a7\u09cd\u09af\u09c7 \u098f\u0995\u099f\u09bf \u0985\u09cd\u09af\u09be\u0995\u09be\u0989\u09a8\u09cd\u099f \u0986\u099b\u09c7?",
56
+ "signup": "\u09b8\u09be\u0987\u09a8 \u0986\u09aa \u0995\u09b0\u09cb",
57
+ "signin": "\u09b8\u09be\u0987\u09a8 \u0987\u09a8 \u0995\u09b0\u09cb",
58
+ "or": "\u09ac\u09be",
59
+ "continue": "\u0985\u09ac\u09bf\u09b0\u09a4",
60
+ "forgotPassword": "\u09aa\u09be\u09b8\u0993\u09af\u09bc\u09be\u09b0\u09cd\u09a1 \u09ad\u09c1\u09b2\u09c7 \u0997\u09c7\u099b\u09c7\u09a8?",
61
+ "passwordMustContain": "\u0986\u09aa\u09a8\u09be\u09b0 \u09aa\u09be\u09b8\u0993\u09af\u09bc\u09be\u09b0\u09cd\u09a1\u09c7 \u0985\u09ac\u09b6\u09cd\u09af\u0987 \u09a5\u09be\u0995\u09a4\u09c7 \u09b9\u09ac\u09c7:",
62
+ "emailRequired": "\u0987\u09ae\u09c7\u09b2 \u098f\u0995\u099f\u09bf \u09aa\u09cd\u09b0\u09af\u09bc\u09cb\u099c\u09a8\u09c0\u09af\u09bc \u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0",
63
+ "passwordRequired": "\u09aa\u09be\u09b8\u0993\u09af\u09bc\u09be\u09b0\u09cd\u09a1 \u098f\u0995\u099f\u09bf \u0986\u09ac\u09b6\u09cd\u09af\u0995 \u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0"
64
+ },
65
+ "error": {
66
+ "default": "\u09b8\u09be\u0987\u09a8 \u0987\u09a8 \u0995\u09b0\u09a4\u09c7 \u0985\u0995\u09cd\u09b7\u09ae\u0964",
67
+ "signin": "\u098f\u0995\u099f\u09bf \u09ad\u09bf\u09a8\u09cd\u09a8 \u0985\u09cd\u09af\u09be\u0995\u09be\u0989\u09a8\u09cd\u099f \u09a6\u09bf\u09af\u09bc\u09c7 \u09b8\u09be\u0987\u09a8 \u0987\u09a8 \u0995\u09b0\u09be\u09b0 \u099a\u09c7\u09b7\u09cd\u099f\u09be \u0995\u09b0\u09c1\u09a8\u0964",
68
+ "oauthsignin": "\u098f\u0995\u099f\u09bf \u09ad\u09bf\u09a8\u09cd\u09a8 \u0985\u09cd\u09af\u09be\u0995\u09be\u0989\u09a8\u09cd\u099f \u09a6\u09bf\u09af\u09bc\u09c7 \u09b8\u09be\u0987\u09a8 \u0987\u09a8 \u0995\u09b0\u09be\u09b0 \u099a\u09c7\u09b7\u09cd\u099f\u09be \u0995\u09b0\u09c1\u09a8\u0964",
69
+ "redirect_uri_mismatch": "\u09aa\u09c1\u09a8\u0983\u09a8\u09bf\u09b0\u09cd\u09a6\u09c7\u09b6\u09bf\u09a4 URI OAUTH \u0985\u09cd\u09af\u09be\u09aa \u0995\u09a8\u09ab\u09bf\u0997\u09be\u09b0\u09c7\u09b6\u09a8\u09c7\u09b0 \u09b8\u09be\u09a5\u09c7 \u09ae\u09bf\u09b2\u099b\u09c7 \u09a8\u09be\u0964",
70
+ "oauthcallbackerror": "\u098f\u0995\u099f\u09bf \u09ad\u09bf\u09a8\u09cd\u09a8 \u0985\u09cd\u09af\u09be\u0995\u09be\u0989\u09a8\u09cd\u099f \u09a6\u09bf\u09af\u09bc\u09c7 \u09b8\u09be\u0987\u09a8 \u0987\u09a8 \u0995\u09b0\u09be\u09b0 \u099a\u09c7\u09b7\u09cd\u099f\u09be \u0995\u09b0\u09c1\u09a8\u0964",
71
+ "oauthcreateaccount": "\u098f\u0995\u099f\u09bf \u09ad\u09bf\u09a8\u09cd\u09a8 \u0985\u09cd\u09af\u09be\u0995\u09be\u0989\u09a8\u09cd\u099f \u09a6\u09bf\u09af\u09bc\u09c7 \u09b8\u09be\u0987\u09a8 \u0987\u09a8 \u0995\u09b0\u09be\u09b0 \u099a\u09c7\u09b7\u09cd\u099f\u09be \u0995\u09b0\u09c1\u09a8\u0964",
72
+ "emailcreateaccount": "\u098f\u0995\u099f\u09bf \u09ad\u09bf\u09a8\u09cd\u09a8 \u0985\u09cd\u09af\u09be\u0995\u09be\u0989\u09a8\u09cd\u099f \u09a6\u09bf\u09af\u09bc\u09c7 \u09b8\u09be\u0987\u09a8 \u0987\u09a8 \u0995\u09b0\u09be\u09b0 \u099a\u09c7\u09b7\u09cd\u099f\u09be \u0995\u09b0\u09c1\u09a8\u0964",
73
+ "callback": "\u098f\u0995\u099f\u09bf \u09ad\u09bf\u09a8\u09cd\u09a8 \u0985\u09cd\u09af\u09be\u0995\u09be\u0989\u09a8\u09cd\u099f \u09a6\u09bf\u09af\u09bc\u09c7 \u09b8\u09be\u0987\u09a8 \u0987\u09a8 \u0995\u09b0\u09be\u09b0 \u099a\u09c7\u09b7\u09cd\u099f\u09be \u0995\u09b0\u09c1\u09a8\u0964",
74
+ "oauthaccountnotlinked": "\u0986\u09aa\u09a8\u09be\u09b0 \u09aa\u09b0\u09bf\u099a\u09af\u09bc \u09a8\u09bf\u09b6\u09cd\u099a\u09bf\u09a4 \u0995\u09b0\u09a4\u09c7, \u0986\u09aa\u09a8\u09bf \u09ae\u09c2\u09b2\u09a4 \u09af\u09c7 \u0985\u09cd\u09af\u09be\u0995\u09be\u0989\u09a8\u09cd\u099f\u099f\u09bf \u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0 \u0995\u09b0\u09c7\u099b\u09c7\u09a8 \u09b8\u09c7\u0987 \u098f\u0995\u0987 \u0985\u09cd\u09af\u09be\u0995\u09be\u0989\u09a8\u09cd\u099f \u09a6\u09bf\u09af\u09bc\u09c7 \u09b8\u09be\u0987\u09a8 \u0987\u09a8 \u0995\u09b0\u09c1\u09a8\u0964",
75
+ "emailsignin": "\u0987-\u09ae\u09c7\u0987\u09b2\u099f\u09bf \u09aa\u09cd\u09b0\u09c7\u09b0\u09a3 \u0995\u09b0\u09be \u09af\u09be\u09af\u09bc\u09a8\u09bf\u0964",
76
+ "emailverify": "\u0985\u09a8\u09c1\u0997\u09cd\u09b0\u09b9 \u0995\u09b0\u09c7 \u0986\u09aa\u09a8\u09be\u09b0 \u0987\u09ae\u09c7\u09b2\u099f\u09bf \u09af\u09be\u099a\u09be\u0987 \u0995\u09b0\u09c1\u09a8, \u098f\u0995\u099f\u09bf \u09a8\u09a4\u09c1\u09a8 \u0987\u09ae\u09c7\u09b2 \u09aa\u09cd\u09b0\u09c7\u09b0\u09a3 \u0995\u09b0\u09be \u09b9\u09af\u09bc\u09c7\u099b\u09c7\u0964",
77
+ "credentialssignin": "\u09b8\u09be\u0987\u09a8 \u0987\u09a8 \u09ac\u09cd\u09af\u09b0\u09cd\u09a5 \u09b9\u09af\u09bc\u09c7\u099b\u09c7\u0964 \u0986\u09aa\u09a8\u09be\u09b0 \u09aa\u09cd\u09b0\u09a6\u09a4\u09cd\u09a4 \u09ac\u09bf\u09ac\u09b0\u09a3\u0997\u09c1\u09b2\u09bf \u09b8\u09a0\u09bf\u0995 \u0995\u09bf\u09a8\u09be \u09a4\u09be \u09aa\u09b0\u09c0\u0995\u09cd\u09b7\u09be \u0995\u09b0\u09c1\u09a8\u0964",
78
+ "sessionrequired": "\u098f\u0987 \u09aa\u09c3\u09b7\u09cd\u09a0\u09be\u099f\u09bf \u0985\u09cd\u09af\u09be\u0995\u09cd\u09b8\u09c7\u09b8 \u0995\u09b0\u09a4\u09c7 \u09a6\u09af\u09bc\u09be \u0995\u09b0\u09c7 \u09b8\u09be\u0987\u09a8 \u0987\u09a8 \u0995\u09b0\u09c1\u09a8\u0964"
79
+ }
80
+ },
81
+ "authVerifyEmail": {
82
+ "almostThere": "\u0986\u09aa\u09a8\u09bf \u09aa\u09cd\u09b0\u09be\u09af\u09bc \u09b8\u09c7\u0996\u09be\u09a8\u09c7 \u09aa\u09cc\u0981\u099b\u09c7\u099b\u09c7\u09a8! \u0986\u09ae\u09b0\u09be \u098f\u0995\u099f\u09bf \u0987\u09ae\u09c7\u0987\u09b2 \u09aa\u09be\u09a0\u09bf\u09af\u09bc\u09c7\u099b\u09bf ",
83
+ "verifyEmailLink": "\u0986\u09aa\u09a8\u09be\u09b0 \u09b8\u09be\u0987\u09a8\u0986\u09aa \u09b8\u09ae\u09cd\u09aa\u09c2\u09b0\u09cd\u09a3 \u0995\u09b0\u09a4\u09c7 \u09a6\u09af\u09bc\u09be \u0995\u09b0\u09c7 \u09b8\u09c7\u0987 \u0987\u09ae\u09c7\u09b2\u09c7\u09b0 \u09b2\u09bf\u0999\u09cd\u0995\u099f\u09bf\u09a4\u09c7 \u0995\u09cd\u09b2\u09bf\u0995 \u0995\u09b0\u09c1\u09a8\u0964",
84
+ "didNotReceive": "\u0987\u09ae\u09c7\u0987\u09b2 \u0996\u09c1\u0981\u099c\u09c7 \u09aa\u09be\u099a\u09cd\u099b\u09c7\u09a8 \u09a8\u09be?",
85
+ "resendEmail": "\u0987\u09ae\u09c7\u0987\u09b2 \u09aa\u09c1\u09a8\u09b0\u09be\u09af\u09bc \u09aa\u09be\u09a0\u09be\u09a8",
86
+ "goBack": "\u09ab\u09bf\u09b0\u09c7 \u09af\u09be\u0993",
87
+ "emailSent": "\u0987\u09ae\u09c7\u09b2 \u09b8\u09ab\u09b2\u09ad\u09be\u09ac\u09c7 \u09aa\u09be\u09a0\u09be\u09a8\u09cb \u09b9\u09af\u09bc\u09c7\u099b\u09c7\u0964",
88
+ "verifyEmail": "\u0986\u09aa\u09a8\u09be\u09b0 \u0987\u09ae\u09c7\u09b2 \u09a0\u09bf\u0995\u09be\u09a8\u09be \u09af\u09be\u099a\u09be\u0987 \u0995\u09b0\u09c1\u09a8"
89
+ },
90
+ "providerButton": {
91
+ "continue": "{{provider}} \u09a6\u09bf\u09af\u09bc\u09c7 \u099a\u09be\u09b2\u09bf\u09af\u09bc\u09c7 \u09af\u09be\u09a8",
92
+ "signup": "{{provider}} \u09a6\u09bf\u09af\u09bc\u09c7 \u09b8\u09be\u0987\u09a8 \u0986\u09aa \u0995\u09b0\u09c1\u09a8"
93
+ },
94
+ "authResetPassword": {
95
+ "newPasswordRequired": "\u09a8\u09a4\u09c1\u09a8 \u09aa\u09be\u09b8\u0993\u09af\u09bc\u09be\u09b0\u09cd\u09a1 \u098f\u0995\u099f\u09bf \u0986\u09ac\u09b6\u09cd\u09af\u0995 \u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0",
96
+ "passwordsMustMatch": "\u09aa\u09be\u09b8\u0993\u09af\u09bc\u09be\u09b0\u09cd\u09a1 \u0985\u09ac\u09b6\u09cd\u09af\u0987 \u09ae\u09bf\u09b2\u09a4\u09c7 \u09b9\u09ac\u09c7",
97
+ "confirmPasswordRequired": "\u09aa\u09be\u09b8\u0993\u09af\u09bc\u09be\u09b0\u09cd\u09a1 \u09a8\u09bf\u09b6\u09cd\u099a\u09bf\u09a4 \u0995\u09b0\u09be \u098f\u0995\u099f\u09bf \u0986\u09ac\u09b6\u09cd\u09af\u0995 \u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0",
98
+ "newPassword": "\u09a8\u09a4\u09c1\u09a8 \u09aa\u09be\u09b8\u0993\u09af\u09bc\u09be\u09b0\u09cd\u09a1",
99
+ "confirmPassword": "\u09aa\u09be\u09b8\u0993\u09af\u09bc\u09be\u09b0\u09cd\u09a1 \u09a8\u09bf\u09b6\u09cd\u099a\u09bf\u09a4 \u0995\u09b0\u09c1\u09a8",
100
+ "resetPassword": "\u09aa\u09be\u09b8\u0993\u09af\u09bc\u09be\u09b0\u09cd\u09a1 \u09b0\u09bf\u09b8\u09c7\u099f \u0995\u09b0\u09c1\u09a8"
101
+ },
102
+ "authForgotPassword": {
103
+ "email": "\u0987-\u09ae\u09c7\u0987\u09b2 \u09a0\u09bf\u0995\u09be\u09a8\u09be",
104
+ "emailRequired": "\u0987\u09ae\u09c7\u09b2 \u098f\u0995\u099f\u09bf \u09aa\u09cd\u09b0\u09af\u09bc\u09cb\u099c\u09a8\u09c0\u09af\u09bc \u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0",
105
+ "emailSent": "\u0986\u09aa\u09a8\u09be\u09b0 \u09aa\u09be\u09b8\u0993\u09af\u09bc\u09be\u09b0\u09cd\u09a1\u099f\u09bf \u09aa\u09c1\u09a8\u09b0\u09be\u09af\u09bc \u09b8\u09c7\u099f \u0995\u09b0\u09be\u09b0 \u09a8\u09bf\u09b0\u09cd\u09a6\u09c7\u09b6\u09be\u09ac\u09b2\u09c0\u09b0 \u099c\u09a8\u09cd\u09af \u09a6\u09af\u09bc\u09be \u0995\u09b0\u09c7 \u0987\u09ae\u09c7\u09b2 \u09a0\u09bf\u0995\u09be\u09a8\u09be {{email}} \u09aa\u09b0\u09c0\u0995\u09cd\u09b7\u09be \u0995\u09b0\u09c1\u09a8\u0964",
106
+ "enterEmail": "\u0986\u09aa\u09a8\u09be\u09b0 \u0987\u09ae\u09c7\u09b2 \u09a0\u09bf\u0995\u09be\u09a8\u09be \u09b2\u09bf\u0996\u09c1\u09a8 \u098f\u09ac\u0982 \u0986\u09ae\u09b0\u09be \u0986\u09aa\u09a8\u09be\u0995\u09c7 \u0986\u09aa\u09a8\u09be\u09b0 \u09aa\u09be\u09b8\u0993\u09af\u09bc\u09be\u09b0\u09cd\u09a1 \u09aa\u09c1\u09a8\u09b0\u09be\u09af\u09bc \u09b8\u09c7\u099f \u0995\u09b0\u09a4\u09c7 \u09a8\u09bf\u09b0\u09cd\u09a6\u09c7\u09b6\u09be\u09ac\u09b2\u09c0 \u09aa\u09be\u09a0\u09be\u09ac\u0964",
107
+ "resendEmail": "\u0987\u09ae\u09c7\u0987\u09b2 \u09aa\u09c1\u09a8\u09b0\u09be\u09af\u09bc \u09aa\u09be\u09a0\u09be\u09a8",
108
+ "continue": "\u0985\u09ac\u09bf\u09b0\u09a4",
109
+ "goBack": "\u09ab\u09bf\u09b0\u09c7 \u09af\u09be\u0993"
110
+ }
111
+ }
112
+ },
113
+ "organisms": {
114
+ "chat": {
115
+ "history": {
116
+ "index": {
117
+ "showHistory": "\u0987\u09a4\u09bf\u09b9\u09be\u09b8 \u09a6\u09c7\u0996\u09be\u09a8",
118
+ "lastInputs": "\u09b8\u09b0\u09cd\u09ac\u09b6\u09c7\u09b7 \u0987\u09a8\u09aa\u09c1\u099f",
119
+ "noInputs": "\u098f\u09a4 \u09ab\u09be\u0981\u0995\u09be...",
120
+ "loading": "\u09b2\u09cb\u09a1\u0964\u0964\u0964"
121
+ }
122
+ },
123
+ "inputBox": {
124
+ "input": {
125
+ "placeholder": "\u098f\u0996\u09be\u09a8\u09c7 \u0986\u09aa\u09a8\u09be\u09b0 \u09ac\u09be\u09b0\u09cd\u09a4\u09be \u099f\u09be\u0987\u09aa \u0995\u09b0\u09c1\u09a8..."
126
+ },
127
+ "speechButton": {
128
+ "start": "\u09b0\u09c7\u0995\u09b0\u09cd\u09a1\u09bf\u0982 \u09b6\u09c1\u09b0\u09c1 \u0995\u09b0\u09c1\u09a8",
129
+ "stop": "\u09b0\u09c7\u0995\u09b0\u09cd\u09a1\u09bf\u0982 \u09ac\u09a8\u09cd\u09a7 \u0995\u09b0\u09c1\u09a8"
130
+ },
131
+ "SubmitButton": {
132
+ "sendMessage": "\u09ac\u09be\u09b0\u09cd\u09a4\u09be \u09aa\u09cd\u09b0\u09c7\u09b0\u09a3 \u0995\u09b0\u09c1\u09a8",
133
+ "stopTask": "\u09b8\u09cd\u099f\u09aa \u099f\u09be\u09b8\u09cd\u0995"
134
+ },
135
+ "UploadButton": {
136
+ "attachFiles": "\u09ab\u09be\u0987\u09b2 \u09b8\u0982\u09af\u09c1\u0995\u09cd\u09a4 \u0995\u09b0\u09c1\u09a8"
137
+ },
138
+ "waterMark": {
139
+ "text": "\u09b8\u0999\u09cd\u0997\u09c7 \u09a8\u09bf\u09b0\u09cd\u09ae\u09bf\u09a4"
140
+ }
141
+ },
142
+ "Messages": {
143
+ "index": {
144
+ "running": "\u099a\u09b2\u09ae\u09be\u09a8",
145
+ "executedSuccessfully": "\u09b8\u09ab\u09b2\u09ad\u09be\u09ac\u09c7 \u09b8\u09ae\u09cd\u09aa\u09be\u09a6\u09bf\u09a4 \u09b9\u09af\u09bc\u09c7\u099b\u09c7",
146
+ "failed": "\u09ac\u09cd\u09af\u09b0\u09cd\u09a5",
147
+ "feedbackUpdated": "\u09ab\u09bf\u09a1\u09ac\u09cd\u09af\u09be\u0995 \u0986\u09aa\u09a1\u09c7\u099f \u09b9\u09af\u09bc\u09c7\u099b\u09c7",
148
+ "updating": "\u0986\u09a7\u09c1\u09a8\u09bf\u0995\u09c0\u0995\u09b0\u09a3"
149
+ }
150
+ },
151
+ "dropScreen": {
152
+ "dropYourFilesHere": "\u0986\u09aa\u09a8\u09be\u09b0 \u09ab\u09be\u0987\u09b2\u0997\u09c1\u09b2\u09bf \u098f\u0996\u09be\u09a8\u09c7 \u09ab\u09c7\u09b2\u09c7 \u09a6\u09bf\u09a8"
153
+ },
154
+ "index": {
155
+ "failedToUpload": "\u0986\u09aa\u09b2\u09cb\u09a1 \u0995\u09b0\u09a4\u09c7 \u09ac\u09cd\u09af\u09b0\u09cd\u09a5 \u09b9\u09af\u09bc\u09c7\u099b\u09c7",
156
+ "cancelledUploadOf": "\u098f\u09b0 \u0986\u09aa\u09b2\u09cb\u09a1 \u09ac\u09be\u09a4\u09bf\u09b2",
157
+ "couldNotReachServer": "\u09b8\u09be\u09b0\u09cd\u09ad\u09be\u09b0\u09c7 \u09aa\u09cc\u0981\u099b\u09be\u09a8\u09cb \u09af\u09be\u09af\u09bc\u09a8\u09bf",
158
+ "continuingChat": "\u09aa\u09c2\u09b0\u09cd\u09ac\u09ac\u09b0\u09cd\u09a4\u09c0 \u099a\u09cd\u09af\u09be\u099f \u0985\u09ac\u09bf\u09b0\u09a4 \u09b0\u09be\u0996\u09be"
159
+ },
160
+ "settings": {
161
+ "settingsPanel": "\u09b8\u09c7\u099f\u09bf\u0982\u09b8 \u09aa\u09cd\u09af\u09be\u09a8\u09c7\u09b2",
162
+ "reset": "\u09b0\u09bf\u09b8\u09c7\u099f",
163
+ "cancel": "\u09ac\u09be\u09a4\u09bf\u09b2",
164
+ "confirm": "\u09a8\u09bf\u09b6\u09cd\u099a\u09bf\u09a4"
165
+ }
166
+ },
167
+ "threadHistory": {
168
+ "sidebar": {
169
+ "filters": {
170
+ "FeedbackSelect": {
171
+ "feedbackAll": "\u09aa\u09cd\u09b0\u09a4\u09bf\u0995\u09cd\u09b0\u09bf\u09af\u09bc\u09be: \u09b8\u09ac",
172
+ "feedbackPositive": "\u09aa\u09cd\u09b0\u09a4\u09bf\u0995\u09cd\u09b0\u09bf\u09af\u09bc\u09be: \u0987\u09a4\u09bf\u09ac\u09be\u099a\u0995",
173
+ "feedbackNegative": "\u09aa\u09cd\u09b0\u09a4\u09bf\u0995\u09cd\u09b0\u09bf\u09af\u09bc\u09be: \u09a8\u09c7\u09a4\u09bf\u09ac\u09be\u099a\u0995"
174
+ },
175
+ "SearchBar": {
176
+ "search": "\u09b8\u09a8\u09cd\u09a7\u09be\u09a8"
177
+ }
178
+ },
179
+ "DeleteThreadButton": {
180
+ "confirmMessage": "\u098f\u099f\u09bf \u09a5\u09cd\u09b0\u09c7\u09a1\u09c7\u09b0 \u09aa\u09be\u09b6\u09be\u09aa\u09be\u09b6\u09bf \u098f\u09b0 \u09ac\u09be\u09b0\u09cd\u09a4\u09be \u098f\u09ac\u0982 \u0989\u09aa\u09be\u09a6\u09be\u09a8\u0997\u09c1\u09b2\u09bf\u0993 \u09ae\u09c1\u099b\u09c7 \u09ab\u09c7\u09b2\u09ac\u09c7\u0964",
181
+ "cancel": "\u09ac\u09be\u09a4\u09bf\u09b2",
182
+ "confirm": "\u09a8\u09bf\u09b6\u09cd\u099a\u09bf\u09a4",
183
+ "deletingChat": "\u099a\u09cd\u09af\u09be\u099f \u09ae\u09cb\u099b\u09be \u09b9\u099a\u09cd\u099b\u09c7",
184
+ "chatDeleted": "\u099a\u09cd\u09af\u09be\u099f \u09ae\u09cb\u099b\u09be \u09b9\u09af\u09bc\u09c7\u099b\u09c7"
185
+ },
186
+ "index": {
187
+ "pastChats": "\u0985\u09a4\u09c0\u09a4 \u099a\u09cd\u09af\u09be\u099f"
188
+ },
189
+ "ThreadList": {
190
+ "empty": "\u0996\u09be\u09b2\u09bf\u0964\u0964\u0964",
191
+ "today": "\u0986\u099c",
192
+ "yesterday": "\u0997\u09a4\u0995\u09be\u09b2",
193
+ "previous7days": "Previous 7 \u09a6\u09bf\u09a8",
194
+ "previous30days": "\u09aa\u09c2\u09b0\u09cd\u09ac\u09ac\u09b0\u09cd\u09a4\u09c0 30 \u09a6\u09bf\u09a8"
195
+ },
196
+ "TriggerButton": {
197
+ "closeSidebar": "\u09b8\u09be\u0987\u09a1\u09ac\u09be\u09b0 \u09ac\u09a8\u09cd\u09a7 \u0995\u09b0\u09c1\u09a8",
198
+ "openSidebar": "\u09b8\u09be\u0987\u09a1\u09ac\u09be\u09b0 \u0996\u09c1\u09b2\u09c1\u09a8"
199
+ }
200
+ },
201
+ "Thread": {
202
+ "backToChat": "\u099a\u09cd\u09af\u09be\u099f\u09c7 \u09ab\u09bf\u09b0\u09c7 \u09af\u09be\u09a8",
203
+ "chatCreatedOn": "\u098f\u0987 \u099a\u09cd\u09af\u09be\u099f\u099f\u09bf \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09be \u09b9\u09af\u09bc\u09c7\u099b\u09bf\u09b2"
204
+ }
205
+ },
206
+ "header": {
207
+ "chat": "\u0986\u09b2\u09be\u09aa",
208
+ "readme": "\u09b0\u09bf\u09a1\u09ae\u09bf"
209
+ }
210
+ }
211
+ },
212
+ "hooks": {
213
+ "useLLMProviders": {
214
+ "failedToFetchProviders": "\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0\u09a6\u09c7\u09b0 \u0986\u09a8\u09a4\u09c7 \u09ac\u09cd\u09af\u09b0\u09cd\u09a5:"
215
+ }
216
+ },
217
+ "pages": {
218
+ "Design": {},
219
+ "Env": {
220
+ "savedSuccessfully": "\u09b8\u09ab\u09b2\u09ad\u09be\u09ac\u09c7 \u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09a3 \u0995\u09b0\u09be \u09b9\u09af\u09bc\u09c7\u099b\u09c7",
221
+ "requiredApiKeys": "\u0986\u09ac\u09b6\u09cd\u09af\u0995 API \u0995\u09c0",
222
+ "requiredApiKeysInfo": "\u098f\u0987 \u0985\u09cd\u09af\u09be\u09aa\u099f\u09bf \u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0 \u0995\u09b0\u09a4\u09c7, \u09a8\u09bf\u09ae\u09cd\u09a8\u09b2\u09bf\u0996\u09bf\u09a4 API \u0995\u09c0\u0997\u09c1\u09b2\u09bf\u09b0 \u09aa\u09cd\u09b0\u09af\u09bc\u09cb\u099c\u09a8\u0964 \u0995\u09c0\u0997\u09c1\u09b2\u09bf \u0986\u09aa\u09a8\u09be\u09b0 \u09a1\u09bf\u09ad\u09be\u0987\u09b8\u09c7\u09b0 \u09b8\u09cd\u09a5\u09be\u09a8\u09c0\u09af\u09bc \u09b8\u09cd\u099f\u09cb\u09b0\u09c7\u099c\u09c7 \u09b8\u099e\u09cd\u099a\u09bf\u09a4 \u09b0\u09af\u09bc\u09c7\u099b\u09c7\u0964"
223
+ },
224
+ "Page": {
225
+ "notPartOfProject": "\u0986\u09aa\u09a8\u09bf \u098f\u0987 \u09aa\u09cd\u09b0\u0995\u09b2\u09cd\u09aa\u09c7\u09b0 \u0985\u0982\u09b6 \u09a8\u09a8\u0964"
226
+ },
227
+ "ResumeButton": {
228
+ "resumeChat": "\u099a\u09cd\u09af\u09be\u099f \u09aa\u09c1\u09a8\u09b0\u09be\u09af\u09bc \u09b6\u09c1\u09b0\u09c1 \u0995\u09b0\u09c1\u09a8"
229
+ }
230
+ }
231
+ }
@@ -0,0 +1,229 @@
1
+ {
2
+ "components": {
3
+ "atoms": {
4
+ "buttons": {
5
+ "userButton": {
6
+ "menu": {
7
+ "settings": "Settings",
8
+ "settingsKey": "S",
9
+ "APIKeys": "API Keys",
10
+ "logout": "Logout"
11
+ }
12
+ }
13
+ }
14
+ },
15
+ "molecules": {
16
+ "newChatButton": {
17
+ "newChat": "New Chat"
18
+ },
19
+ "tasklist": {
20
+ "TaskList": {
21
+ "title": "\ud83d\uddd2\ufe0f Task List",
22
+ "loading": "Loading...",
23
+ "error": "An error occurred"
24
+ }
25
+ },
26
+ "attachments": {
27
+ "cancelUpload": "Cancel upload",
28
+ "removeAttachment": "Remove attachment"
29
+ },
30
+ "newChatDialog": {
31
+ "createNewChat": "Create new chat?",
32
+ "clearChat": "This will clear the current messages and start a new chat.",
33
+ "cancel": "Cancel",
34
+ "confirm": "Confirm"
35
+ },
36
+ "settingsModal": {
37
+ "settings": "Settings",
38
+ "expandMessages": "Expand Messages",
39
+ "hideChainOfThought": "Hide Chain of Thought",
40
+ "darkMode": "Dark Mode"
41
+ },
42
+ "detailsButton": {
43
+ "using": "Using",
44
+ "used": "Used"
45
+ },
46
+ "auth": {
47
+ "authLogin": {
48
+ "title": "Login to access the app.",
49
+ "form": {
50
+ "email": "Email address",
51
+ "password": "Password",
52
+ "noAccount": "Don't have an account?",
53
+ "alreadyHaveAccount": "Already have an account?",
54
+ "signup": "Sign Up",
55
+ "signin": "Sign In",
56
+ "or": "OR",
57
+ "continue": "Continue",
58
+ "forgotPassword": "Forgot password?",
59
+ "passwordMustContain": "Your password must contain:",
60
+ "emailRequired": "email is a required field",
61
+ "passwordRequired": "password is a required field"
62
+ },
63
+ "error": {
64
+ "default": "Unable to sign in.",
65
+ "signin": "Try signing in with a different account.",
66
+ "oauthsignin": "Try signing in with a different account.",
67
+ "redirect_uri_mismatch": "The redirect URI is not matching the oauth app configuration.",
68
+ "oauthcallbackerror": "Try signing in with a different account.",
69
+ "oauthcreateaccount": "Try signing in with a different account.",
70
+ "emailcreateaccount": "Try signing in with a different account.",
71
+ "callback": "Try signing in with a different account.",
72
+ "oauthaccountnotlinked": "To confirm your identity, sign in with the same account you used originally.",
73
+ "emailsignin": "The e-mail could not be sent.",
74
+ "emailverify": "Please verify your email, a new email has been sent.",
75
+ "credentialssignin": "Sign in failed. Check the details you provided are correct.",
76
+ "sessionrequired": "Please sign in to access this page."
77
+ }
78
+ },
79
+ "authVerifyEmail": {
80
+ "almostThere": "You're almost there! We've sent an email to ",
81
+ "verifyEmailLink": "Please click on the link in that email to complete your signup.",
82
+ "didNotReceive": "Can't find the email?",
83
+ "resendEmail": "Resend email",
84
+ "goBack": "Go Back",
85
+ "emailSent": "Email sent successfully.",
86
+ "verifyEmail": "Verify your email address"
87
+ },
88
+ "providerButton": {
89
+ "continue": "Continue with {{provider}}",
90
+ "signup": "Sign up with {{provider}}"
91
+ },
92
+ "authResetPassword": {
93
+ "newPasswordRequired": "New password is a required field",
94
+ "passwordsMustMatch": "Passwords must match",
95
+ "confirmPasswordRequired": "Confirm password is a required field",
96
+ "newPassword": "New password",
97
+ "confirmPassword": "Confirm password",
98
+ "resetPassword": "Reset Password"
99
+ },
100
+ "authForgotPassword": {
101
+ "email": "Email address",
102
+ "emailRequired": "email is a required field",
103
+ "emailSent": "Please check the email address {{email}} for instructions to reset your password.",
104
+ "enterEmail": "Enter your email address and we will send you instructions to reset your password.",
105
+ "resendEmail": "Resend email",
106
+ "continue": "Continue",
107
+ "goBack": "Go Back"
108
+ }
109
+ }
110
+ },
111
+ "organisms": {
112
+ "chat": {
113
+ "history": {
114
+ "index": {
115
+ "showHistory": "Show history",
116
+ "lastInputs": "Last Inputs",
117
+ "noInputs": "Such empty...",
118
+ "loading": "Loading..."
119
+ }
120
+ },
121
+ "inputBox": {
122
+ "input": {
123
+ "placeholder": "Type your message here..."
124
+ },
125
+ "speechButton": {
126
+ "start": "Start recording",
127
+ "stop": "Stop recording"
128
+ },
129
+ "SubmitButton": {
130
+ "sendMessage": "Send message",
131
+ "stopTask": "Stop Task"
132
+ },
133
+ "UploadButton": {
134
+ "attachFiles": "Attach files"
135
+ },
136
+ "waterMark": {
137
+ "text": "Built with"
138
+ }
139
+ },
140
+ "Messages": {
141
+ "index": {
142
+ "running": "Running",
143
+ "executedSuccessfully": "executed successfully",
144
+ "failed": "failed",
145
+ "feedbackUpdated": "Feedback updated",
146
+ "updating": "Updating"
147
+ }
148
+ },
149
+ "dropScreen": {
150
+ "dropYourFilesHere": "Drop your files here"
151
+ },
152
+ "index": {
153
+ "failedToUpload": "Failed to upload",
154
+ "cancelledUploadOf": "Cancelled upload of",
155
+ "couldNotReachServer": "Could not reach the server",
156
+ "continuingChat": "Continuing previous chat"
157
+ },
158
+ "settings": {
159
+ "settingsPanel": "Settings panel",
160
+ "reset": "Reset",
161
+ "cancel": "Cancel",
162
+ "confirm": "Confirm"
163
+ }
164
+ },
165
+ "threadHistory": {
166
+ "sidebar": {
167
+ "filters": {
168
+ "FeedbackSelect": {
169
+ "feedbackAll": "Feedback: All",
170
+ "feedbackPositive": "Feedback: Positive",
171
+ "feedbackNegative": "Feedback: Negative"
172
+ },
173
+ "SearchBar": {
174
+ "search": "Search"
175
+ }
176
+ },
177
+ "DeleteThreadButton": {
178
+ "confirmMessage": "This will delete the thread as well as it's messages and elements.",
179
+ "cancel": "Cancel",
180
+ "confirm": "Confirm",
181
+ "deletingChat": "Deleting chat",
182
+ "chatDeleted": "Chat deleted"
183
+ },
184
+ "index": {
185
+ "pastChats": "Past Chats"
186
+ },
187
+ "ThreadList": {
188
+ "empty": "Empty...",
189
+ "today": "Today",
190
+ "yesterday": "Yesterday",
191
+ "previous7days": "Previous 7 days",
192
+ "previous30days": "Previous 30 days"
193
+ },
194
+ "TriggerButton": {
195
+ "closeSidebar": "Close sidebar",
196
+ "openSidebar": "Open sidebar"
197
+ }
198
+ },
199
+ "Thread": {
200
+ "backToChat": "Go back to chat",
201
+ "chatCreatedOn": "This chat was created on"
202
+ }
203
+ },
204
+ "header": {
205
+ "chat": "Chat",
206
+ "readme": "Readme"
207
+ }
208
+ }
209
+ },
210
+ "hooks": {
211
+ "useLLMProviders": {
212
+ "failedToFetchProviders": "Failed to fetch providers:"
213
+ }
214
+ },
215
+ "pages": {
216
+ "Design": {},
217
+ "Env": {
218
+ "savedSuccessfully": "Saved successfully",
219
+ "requiredApiKeys": "Required API Keys",
220
+ "requiredApiKeysInfo": "To use this app, the following API keys are required. The keys are stored on your device's local storage."
221
+ },
222
+ "Page": {
223
+ "notPartOfProject": "You are not part of this project."
224
+ },
225
+ "ResumeButton": {
226
+ "resumeChat": "Resume Chat"
227
+ }
228
+ }
229
+ }