agenta 0.28.0a4__tar.gz → 0.28.1__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.

Potentially problematic release.


This version of agenta might be problematic. Click here for more details.

Files changed (231) hide show
  1. {agenta-0.28.0a4 → agenta-0.28.1}/PKG-INFO +67 -108
  2. {agenta-0.28.0a4 → agenta-0.28.1}/README.md +66 -107
  3. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/decorators/routing.py +1 -1
  4. {agenta-0.28.0a4 → agenta-0.28.1}/pyproject.toml +1 -1
  5. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/__init__.py +0 -0
  6. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/cli/evaluation_commands.py +0 -0
  7. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/cli/helper.py +0 -0
  8. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/cli/main.py +0 -0
  9. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/cli/telemetry.py +0 -0
  10. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/cli/variant_commands.py +0 -0
  11. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/cli/variant_configs.py +0 -0
  12. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/Readme.md +0 -0
  13. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/__init__.py +0 -0
  14. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/api.py +0 -0
  15. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/api_models.py +0 -0
  16. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/__init__.py +0 -0
  17. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/apps/__init__.py +0 -0
  18. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/apps/client.py +0 -0
  19. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/bases/__init__.py +0 -0
  20. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/bases/client.py +0 -0
  21. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/client.py +0 -0
  22. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/configs/__init__.py +0 -0
  23. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/configs/client.py +0 -0
  24. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/containers/__init__.py +0 -0
  25. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/containers/client.py +0 -0
  26. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/containers/types/__init__.py +0 -0
  27. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/containers/types/container_templates_response.py +0 -0
  28. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/core/__init__.py +0 -0
  29. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/core/api_error.py +0 -0
  30. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/core/client_wrapper.py +0 -0
  31. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/core/datetime_utils.py +0 -0
  32. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/core/file.py +0 -0
  33. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/core/http_client.py +0 -0
  34. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/core/jsonable_encoder.py +0 -0
  35. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/core/pydantic_utilities.py +0 -0
  36. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/core/query_encoder.py +0 -0
  37. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/core/remove_none_from_dict.py +0 -0
  38. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/core/request_options.py +0 -0
  39. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/core/serialization.py +0 -0
  40. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/environments/__init__.py +0 -0
  41. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/environments/client.py +0 -0
  42. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/errors/__init__.py +0 -0
  43. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/errors/unprocessable_entity_error.py +0 -0
  44. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/evaluations/__init__.py +0 -0
  45. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/evaluations/client.py +0 -0
  46. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/evaluators/__init__.py +0 -0
  47. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/evaluators/client.py +0 -0
  48. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/observability/__init__.py +0 -0
  49. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/observability/client.py +0 -0
  50. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/observability_v_1/__init__.py +0 -0
  51. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/observability_v_1/client.py +0 -0
  52. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/observability_v_1/types/__init__.py +0 -0
  53. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/observability_v_1/types/format.py +0 -0
  54. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/observability_v_1/types/query_traces_response.py +0 -0
  55. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/testsets/__init__.py +0 -0
  56. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/testsets/client.py +0 -0
  57. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/__init__.py +0 -0
  58. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/agenta_node_dto.py +0 -0
  59. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/agenta_node_dto_nodes_value.py +0 -0
  60. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/agenta_nodes_response.py +0 -0
  61. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/agenta_root_dto.py +0 -0
  62. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/agenta_roots_response.py +0 -0
  63. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/agenta_tree_dto.py +0 -0
  64. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/agenta_trees_response.py +0 -0
  65. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/aggregated_result.py +0 -0
  66. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/aggregated_result_evaluator_config.py +0 -0
  67. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/app.py +0 -0
  68. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/app_variant_response.py +0 -0
  69. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/app_variant_revision.py +0 -0
  70. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/base_output.py +0 -0
  71. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/body_import_testset.py +0 -0
  72. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/collect_status_response.py +0 -0
  73. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/config_db.py +0 -0
  74. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/config_dto.py +0 -0
  75. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/config_response_model.py +0 -0
  76. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/correct_answer.py +0 -0
  77. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/create_app_output.py +0 -0
  78. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/create_span.py +0 -0
  79. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/create_trace_response.py +0 -0
  80. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/docker_env_vars.py +0 -0
  81. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/environment_output.py +0 -0
  82. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/environment_output_extended.py +0 -0
  83. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/environment_revision.py +0 -0
  84. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/error.py +0 -0
  85. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/evaluation.py +0 -0
  86. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/evaluation_scenario.py +0 -0
  87. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/evaluation_scenario_input.py +0 -0
  88. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/evaluation_scenario_output.py +0 -0
  89. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/evaluation_scenario_result.py +0 -0
  90. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/evaluation_scenario_score_update.py +0 -0
  91. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/evaluation_status_enum.py +0 -0
  92. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/evaluation_type.py +0 -0
  93. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/evaluator.py +0 -0
  94. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/evaluator_config.py +0 -0
  95. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/evaluator_mapping_output_interface.py +0 -0
  96. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/evaluator_output_interface.py +0 -0
  97. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/exception_dto.py +0 -0
  98. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/get_config_response.py +0 -0
  99. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/http_validation_error.py +0 -0
  100. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/human_evaluation.py +0 -0
  101. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/human_evaluation_scenario.py +0 -0
  102. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/human_evaluation_scenario_input.py +0 -0
  103. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/human_evaluation_scenario_output.py +0 -0
  104. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/human_evaluation_scenario_update.py +0 -0
  105. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/human_evaluation_update.py +0 -0
  106. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/image.py +0 -0
  107. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/invite_request.py +0 -0
  108. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/lifecycle_dto.py +0 -0
  109. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/link_dto.py +0 -0
  110. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/list_api_keys_response.py +0 -0
  111. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/llm_run_rate_limit.py +0 -0
  112. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/llm_tokens.py +0 -0
  113. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/lm_providers_enum.py +0 -0
  114. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/new_human_evaluation.py +0 -0
  115. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/new_testset.py +0 -0
  116. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/node_dto.py +0 -0
  117. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/node_type.py +0 -0
  118. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/o_tel_context_dto.py +0 -0
  119. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/o_tel_event_dto.py +0 -0
  120. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/o_tel_extra_dto.py +0 -0
  121. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/o_tel_link_dto.py +0 -0
  122. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/o_tel_span_dto.py +0 -0
  123. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/o_tel_span_kind.py +0 -0
  124. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/o_tel_spans_response.py +0 -0
  125. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/o_tel_status_code.py +0 -0
  126. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/organization.py +0 -0
  127. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/organization_output.py +0 -0
  128. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/outputs.py +0 -0
  129. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/parent_dto.py +0 -0
  130. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/permission.py +0 -0
  131. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/reference_dto.py +0 -0
  132. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/reference_request_model.py +0 -0
  133. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/result.py +0 -0
  134. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/root_dto.py +0 -0
  135. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/score.py +0 -0
  136. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/simple_evaluation_output.py +0 -0
  137. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/span.py +0 -0
  138. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/span_detail.py +0 -0
  139. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/span_dto.py +0 -0
  140. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/span_dto_nodes_value.py +0 -0
  141. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/span_status_code.py +0 -0
  142. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/span_variant.py +0 -0
  143. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/status_code.py +0 -0
  144. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/status_dto.py +0 -0
  145. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/template.py +0 -0
  146. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/template_image_info.py +0 -0
  147. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/test_set_output_response.py +0 -0
  148. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/test_set_simple_response.py +0 -0
  149. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/time_dto.py +0 -0
  150. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/trace_detail.py +0 -0
  151. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/tree_dto.py +0 -0
  152. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/tree_type.py +0 -0
  153. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/update_app_output.py +0 -0
  154. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/uri.py +0 -0
  155. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/validation_error.py +0 -0
  156. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/validation_error_loc_item.py +0 -0
  157. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/variant_action.py +0 -0
  158. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/variant_action_enum.py +0 -0
  159. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/with_pagination.py +0 -0
  160. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/workspace_member_response.py +0 -0
  161. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/workspace_permission.py +0 -0
  162. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/workspace_response.py +0 -0
  163. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/workspace_role.py +0 -0
  164. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/workspace_role_response.py +0 -0
  165. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/variants/__init__.py +0 -0
  166. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/variants/client.py +0 -0
  167. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/variants/types/__init__.py +0 -0
  168. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/variants/types/add_variant_from_base_and_config_response.py +0 -0
  169. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/client.py +0 -0
  170. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/exceptions.py +0 -0
  171. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/config.py +0 -0
  172. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/config.toml +0 -0
  173. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/docker/docker-assets/Dockerfile.cloud.template +0 -0
  174. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/docker/docker-assets/Dockerfile.template +0 -0
  175. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/docker/docker-assets/README.md +0 -0
  176. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/docker/docker-assets/entrypoint.sh +0 -0
  177. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/docker/docker-assets/lambda_function.py +0 -0
  178. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/docker/docker-assets/main.py +0 -0
  179. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/docker/docker_utils.py +0 -0
  180. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/__init__.py +0 -0
  181. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/agenta_init.py +0 -0
  182. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/assets.py +0 -0
  183. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/client.py +0 -0
  184. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/context/__init__.py +0 -0
  185. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/context/routing.py +0 -0
  186. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/context/tracing.py +0 -0
  187. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/decorators/__init__.py +0 -0
  188. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/decorators/tracing.py +0 -0
  189. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/litellm/__init__.py +0 -0
  190. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/litellm/litellm.py +0 -0
  191. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/managers/__init__.py +0 -0
  192. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/managers/config.py +0 -0
  193. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/managers/deployment.py +0 -0
  194. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/managers/shared.py +0 -0
  195. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/managers/variant.py +0 -0
  196. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/middleware/__init__.py +0 -0
  197. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/middleware/auth.py +0 -0
  198. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/middleware/cache.py +0 -0
  199. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/router.py +0 -0
  200. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/tracing/__init__.py +0 -0
  201. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/tracing/attributes.py +0 -0
  202. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/tracing/context.py +0 -0
  203. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/tracing/conventions.py +0 -0
  204. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/tracing/exporters.py +0 -0
  205. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/tracing/inline.py +0 -0
  206. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/tracing/processors.py +0 -0
  207. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/tracing/spans.py +0 -0
  208. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/tracing/tracing.py +0 -0
  209. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/types.py +0 -0
  210. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/utils/__init__.py +0 -0
  211. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/utils/costs.py +0 -0
  212. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/utils/exceptions.py +0 -0
  213. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/utils/globals.py +0 -0
  214. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/utils/logging.py +0 -0
  215. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/utils/preinit.py +0 -0
  216. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/utils/singleton.py +0 -0
  217. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/templates/compose_email/README.md +0 -0
  218. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/templates/compose_email/app.py +0 -0
  219. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/templates/compose_email/env.example +0 -0
  220. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/templates/compose_email/requirements.txt +0 -0
  221. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/templates/compose_email/template.toml +0 -0
  222. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/templates/extract_data_to_json/README.md +0 -0
  223. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/templates/extract_data_to_json/app.py +0 -0
  224. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/templates/extract_data_to_json/env.example +0 -0
  225. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/templates/extract_data_to_json/requirements.txt +0 -0
  226. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/templates/extract_data_to_json/template.toml +0 -0
  227. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/templates/simple_prompt/README.md +0 -0
  228. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/templates/simple_prompt/app.py +0 -0
  229. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/templates/simple_prompt/env.example +0 -0
  230. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/templates/simple_prompt/requirements.txt +0 -0
  231. {agenta-0.28.0a4 → agenta-0.28.1}/agenta/templates/simple_prompt/template.toml +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: agenta
3
- Version: 0.28.0a4
3
+ Version: 0.28.1
4
4
  Summary: The SDK for agenta is an open-source LLMOps platform.
5
5
  Home-page: https://agenta.ai
6
6
  Keywords: LLMOps,LLM,evaluation,prompt engineering
@@ -36,43 +36,28 @@ Project-URL: Documentation, https://docs.agenta.ai
36
36
  Project-URL: Repository, https://github.com/agenta-ai/agenta
37
37
  Description-Content-Type: text/markdown
38
38
 
39
- <div align="center" style="margin: 30px">
40
- <a href="https://docs.agenta.ai/self-host/migration/migration-to-postgres">
41
- Important: We are migrating from MongoDB to PostgreSQL in v0.19! Follow this guide to migrate your data.
42
- </a>
43
- </div>
44
- </br>
45
- </br>
46
-
47
- <div align="center" style="margin: 30px">
48
- <div>
49
- <a href="https://agentaai.notion.site/Careers-at-agenta-fb8a76d4d9044e27bd3a32678818dbc8/">
50
- <img src="https://github.com/Agenta-AI/agenta/raw/main/.github/images/we-are-hiring.svg" alt="We are hiring! Join our team!" width="350" height="60" alt="We are hiring! Join our team!" width="350" height="60">
51
- </a>
52
- </div>
53
-
54
- <a href="https://agenta.ai/">
55
- <div align="center" >
39
+ <p align="center">
40
+ <a href="https://agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme">
56
41
  <picture >
57
- <source width="500" media="(prefers-color-scheme: dark)" srcset="https://github.com/Agenta-AI/agenta/assets/4510758/cdddf5ad-2352-4920-b1d9-ae7f8d9d7735" >
58
- <source width="500" media="(prefers-color-scheme: light)" srcset="https://github.com/Agenta-AI/agenta/assets/4510758/ab75cbac-b807-496f-aab3-57463a33f726" >
42
+ <source width="275" media="(prefers-color-scheme: dark)" srcset="https://github.com/Agenta-AI/agenta/assets/4510758/cdddf5ad-2352-4920-b1d9-ae7f8d9d7735" >
43
+ <source width="275" media="(prefers-color-scheme: light)" srcset="https://github.com/Agenta-AI/agenta/assets/4510758/ab75cbac-b807-496f-aab3-57463a33f726" >
59
44
  <img alt="Shows the logo of agenta" src="https://github.com/Agenta-AI/agenta/assets/4510758/68e055d4-d7b8-4943-992f-761558c64253" >
60
45
  </picture>
61
- </div>
62
46
  </a>
63
- <h4 align="center">
64
- <a href="https://agenta.ai">Home Page</a> |
65
- <a href="https://join.slack.com/t/agenta-hq/shared_invite/zt-1zsafop5i-Y7~ZySbhRZvKVPV5DO_7IA">Slack</a> |
66
- <a href="https://docs.agenta.ai/">Documentation</a>
67
- </h4>
47
+ </p>
48
+ <p align="center">
49
+ <a href="https://docs.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme">Documentation</a> |
50
+ <a href="https://agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme">Website</a> |
51
+ <a href="https://join.slack.com/t/agenta-hq/shared_invite/zt-1zsafop5i-Y7~ZySbhRZvKVPV5DO_7IA">Slack</a>
52
+ </p>
68
53
  <div align="center">
69
- <strong> <h2> Collaborate on prompts, evaluate, and deploy LLM applications with confidence </h2></strong>
70
- The open-source LLM developer platform for prompt-engineering, evaluation, human feedback, and deployment of complex LLM apps.
54
+ <strong> <h2> The Open source LLMOps Platform </h2></strong>
55
+ Prompt playground, prompt management, evaluation, and observability
71
56
  </div>
72
57
  </br>
73
58
  <p align="center">
74
59
  <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="MIT license." />
75
- <a href="https://docs.agenta.ai/">
60
+ <a href="https://docs.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme">
76
61
  <img src="https://img.shields.io/badge/Doc-online-green" alt="Doc">
77
62
  </a>
78
63
 
@@ -101,25 +86,26 @@ Description-Content-Type: text/markdown
101
86
  </a>
102
87
  </p>
103
88
 
104
- </br>
105
-
106
- <a href="https://cloud.agenta.ai">
107
- <picture>
108
- <img src="https://github.com/Agenta-AI/agenta/assets/4510758/d622f268-c295-42d4-a43c-548b611ff6f2" />
109
- </picture>
110
- </a>
111
-
112
- <br>
113
- <br />
114
89
  <br />
115
- <div align="center" >
90
+ <p align="center">
91
+ <a href="https://cloud.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme">
116
92
  <picture >
117
- <source width="800" media="(prefers-color-scheme: dark)" srcset="https://github.com/Agenta-AI/agenta/assets/4510758/cf6d4713-4558-4c6c-9e1b-ee4eab261f4c" >
118
- <source width="800" media="(prefers-color-scheme: light)" srcset="https://github.com/Agenta-AI/agenta/assets/4510758/ae9cf11f-8ef9-4b67-98c7-4a40341fa87a" >
119
- <img alt="Mockup agenta" src="https://github.com/Agenta-AI/agenta/assets/4510758/ae9cf11f-8ef9-4b67-98c7-4a40341fa87a" >
93
+ <source width="275" media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/b8912ecb-c7a0-47bd-8507-29b12382fef6" >
94
+ <source width="275" media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/f133dd08-04a3-4b20-b047-22f8f841cfbb" >
95
+ <img alt="Try Agenta Live Demo" src="https://github.com/Agenta-AI/agenta/assets/4510758/68e055d4-d7b8-4943-992f-761558c64253" >
120
96
  </picture>
121
- </div>
97
+ </a>
98
+ </p>
122
99
 
100
+ <br/>
101
+ <br />
102
+ <div align="center" >
103
+ <a href="https://cloud.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme">
104
+ <picture >
105
+ <img width="800" alt="Screenshot Agenta" src="https://github.com/user-attachments/assets/32e95ddb-e001-4462-b92e-72bf4cc78597" >
106
+ </picture>
107
+ </a>
108
+ </div>
123
109
  </div>
124
110
  <br />
125
111
  <br />
@@ -127,83 +113,58 @@ Description-Content-Type: text/markdown
127
113
  ---
128
114
 
129
115
  <h3 align="center">
130
- <a href="#quick-start"><b>Quick Start</b></a> &bull;
131
- <a href="#features"><b>Features</b></a> &bull;
132
- <a href="https://docs.agenta.ai"><b>Documentation</b></a> &bull;
133
- <a href="#enterprise-support"><b>Enterprise</b></a> &bull;
134
- <a href="https://github.com/orgs/Agenta-AI/projects/13"><b>Roadmap</b></a> &bull;
135
- <a href="https://join.slack.com/t/agenta-hq/shared_invite/zt-1zsafop5i-Y7~ZySbhRZvKVPV5DO_7IA"><b>Join Our Slack</b></a> &bull;
136
- <a href="#contributing"><b>Contributing</b></a>
116
+ <a href="https://docs.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme"><b>Documentation</b></a> &bull;
117
+ <a href="https://docs.agenta.ai/changelog/main?utm_source=github&utm_medium=referral&utm_campaign=readme"><b>Changelog</b></a> &bull;
118
+ <a href="https://agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme"><b>Website</b></a> &bull;
119
+ <a href="https://cloud.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme"><b>Agenta Cloud</b></a>
120
+
137
121
  </h3>
138
122
 
139
123
  ---
140
124
 
141
- # ⭐️ Why Agenta?
142
-
143
- Agenta is an end-to-end LLM developer platform. It provides the tools for **prompt engineering and management**, ⚖️ **evaluation**, **human annotation**, and :rocket: **deployment**. All without imposing any restrictions on your choice of framework, library, or model.
144
-
145
- Agenta allows developers and product teams to collaborate in building production-grade LLM-powered applications in less time.
146
-
147
- ### With Agenta, you can:
148
-
149
- - [🧪 **Experiment** and **compare** prompts](https://docs.agenta.ai/prompt_management/prompt_engineering) on [any LLM workflow](https://docs.agenta.ai/prompt_management/setting_up/custom_applications) (chain-of-prompts, Retrieval Augmented Generation (RAG), LLM agents...)
150
- - ✍️ Collect and [**annotate golden test sets**](https://docs.agenta.ai/evaluation/test_sets) for evaluation
151
- - 📈 [**Evaluate** your application](https://docs.agenta.ai/evaluation/automatic_evaluation) with pre-existing or [**custom evaluators**](https://docs.agenta.ai/evaluation/custom_evaluator)
152
- - [🔍 **Annotate** and **A/B test**](https://docs.agenta.ai/evaluation/human_evaluation) your applications with **human feedback**
153
- - [🤝 **Collaborate with product teams**](https://docs.agenta.ai/misc/team_management) for prompt engineering and evaluation
154
- - [🚀 **Deploy your application**](https://docs.agenta.ai/prompt_management/deployment) in one-click in the UI, through CLI, or through github workflows.
125
+ # What is Agenta?
155
126
 
156
- ### Works with any LLM app workflow
127
+ Agenta is a platform for building production-grade LLM applications. It helps **engineering and product teams** create reliable LLM apps faster.
157
128
 
158
- Agenta enables prompt engineering and evaluation on any LLM app architecture:
159
129
 
160
- - Chain of prompts
161
- - RAG
162
- - Agents
163
-
164
- It works with any framework such as [Langchain](https://www.langchain.com/), [LlamaIndex](https://www.llamaindex.ai/) and any LLM provider (openAI, Cohere, Mistral).
165
-
166
- # Quick Start
167
-
168
- ### [Get started for free](https://cloud.agenta.ai?utm_source=github&utm_medium=readme&utm_campaign=github)
169
-
170
- ### [Explore the Docs](https://docs.agenta.ai/)
171
-
172
- ### [Create your first application in one-minute](https://docs.agenta.ai/getting_started/quick-start)
173
-
174
- ### [Create an application using Langchain](https://docs.agenta.ai/guides/tutorials/first-app-with-langchain)
175
-
176
- ### [Self-host agenta](https://docs.agenta.ai/self-host/host-locally)
177
-
178
- ### [Check the Cookbook](https://docs.agenta.ai/guides/cookbooks/evaluations_with_sdk)
130
+ Agenta provides end-to-end tools for the entire LLMOps workflow: building (**LLM playground**, **evaluation**), deploying (**prompt and configuration management**), and monitoring (**LLM observability and tracing**).
179
131
 
180
132
  # Features
181
-
182
- | Playground | Evaluation |
183
- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
184
- | Compare and version prompts for any LLM app, from single prompt to agents. <br/> <video src="https://github.com/Agenta-AI/agenta/assets/4510758/8b736d2b-7c61-414c-b534-d95efc69134c" controls="controls" style="max-width:100%;"> | Define test sets, then evaluate manually or programmatically your different variants.<br/> <video src="https://github.com/Agenta-AI/agenta/assets/4510758/8c6997c6-da87-46ad-a81f-e15e277263d2" controls="controls" style="max-width:100%;"> |
185
- | Human annotation | Deployment |
186
- | Use Human annotator to A/B test and score your LLM apps. <br/> <img width="750" alt="Screenshot 2024-01-28 at 12 57 46" src="https://github.com/Agenta-AI/agenta/assets/4510758/bf62a697-bf19-4ba9-850e-742fbfb75424"> | When you are ready, deploy your LLM applications as APIs in one click.<br/>![](https://github.com/Agenta-AI/agenta/blob/main/docs/images/endpoint.gif) |
187
-
188
- # Enterprise Support
189
-
190
- Contact us here for enterprise support and early access to agenta self-managed enterprise with Kubernetes support. <br/><br/>
191
- <a href="https://cal.com/mahmoud-mabrouk-ogzgey/demo"><img src="https://cal.com/book-with-cal-dark.svg" alt="Book us"></a>
133
+ - **Prompt Playground**: Experiment, iterate on prompts, and compare outputs from over 50 LLM models side by side ([docs](https://docs.agenta.ai/prompt-management/using-the-playground?utm_source=github&utm_medium=referral&utm_campaign=readme))
134
+ - **Custom Workflows**: Build a playground for any custom LLM workflow, such as RAG or agents. Enable all the team to easily iterate on its parameters and evaluate it from the web UI.
135
+ - **LLM evaluation**: Run evaluation suite from the webUI using predefined evaluators like LLM-as-a-judge, RAG evaluators, or custom code evaluators. ([docs](https://docs.agenta.ai/evaluation/overview?utm_source=github&utm_medium=referral&utm_campaign=readme))
136
+ - **Human evaluation**: Collaborate with subject matter experts for human annotation evaluation, including A/B testing and annotating golden test sets.
137
+ - **Prompt Management**: Version your prompts and manage them across different environments ([docs](https://docs.agenta.ai/prompt-management/overview?utm_source=github&utm_medium=referral&utm_campaign=readme), [quick start](https://docs.agenta.ai/prompt-management/quick-start?utm_source=github&utm_medium=referral&utm_campaign=readme))
138
+ - **LLM Tracing**: Observe and debug your apps with integrations to most providers and frameworks ([docs](https://docs.agenta.ai/observability/overview?utm_source=github&utm_medium=referral&utm_campaign=readme), [quick start](https://docs.agenta.ai/observability/quickstart?utm_source=github&utm_medium=referral&utm_campaign=readme))
139
+ - **LLM Monitoring**: Track cost and latency and compare different deployments.
140
+
141
+
142
+ # Getting Started
143
+ ## Agenta Cloud:
144
+ The easiest way to get started is through Agenta Cloud. It is free to signup, and comes with a generous free-tier.
145
+
146
+ <a href="https://cloud.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme">
147
+ <picture >
148
+ <source width="160" media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/759422d8-01bc-4503-bf3c-b5871c99359a" >
149
+ <source width="160" media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/ffa9af5f-0981-4e95-9272-cb35eedb6780" >
150
+ <img alt="Get Started with Agenta Cloud" src="https://github.com/user-attachments/assets/ffa9af5f-0981-4e95-9272-cb35eedb6780" >
151
+ </picture>
152
+ </a>
153
+
154
+ ## Self-host:
155
+ ```
156
+ mkdir agenta && cd agenta
157
+ curl -L https://raw.githubusercontent.com/agenta-ai/agenta/main/docker-compose.gh.yml -o docker-compose.gh.yml
158
+ docker compose -f docker-compose.gh.yml up -d
159
+ ```
192
160
 
193
161
  # Disabling Anonymized Tracking
194
162
 
195
- By default, Agenta automatically reports anonymized basic usage statistics. This helps us understand how Agenta is used and track its overall usage and growth. This data does not include any sensitive information.
196
-
197
- To disable anonymized telemetry, follow these steps:
163
+ By default, Agenta automatically reports anonymized basic usage statistics. This helps us understand how Agenta is used and track its overall usage and growth. This data does not include any sensitive information. To disable anonymized telemetry, follow these steps:
198
164
 
199
165
  - For web: Set `TELEMETRY_TRACKING_ENABLED` to `false` in your `agenta-web/.env` file.
200
166
  - For CLI: Set `telemetry_tracking_enabled` to `false` in your `~/.agenta/config.toml` file.
201
167
 
202
- After making this change, restart Agenta Compose.
203
-
204
- # ⭐️ Join Our Team
205
-
206
- - [Founding Product Engineer Frontend](https://agentaai.notion.site/Founding-Product-Engineer-Frontend-b6d26a3e9b254be6b6c2bfffbf0b53c5)
207
168
 
208
169
  # Contributing
209
170
 
@@ -211,7 +172,7 @@ We warmly welcome contributions to Agenta. Feel free to submit issues, fork the
211
172
 
212
173
  We are usually hanging in our Slack. Feel free to [join our Slack and ask us anything](https://join.slack.com/t/agenta-hq/shared_invite/zt-1zsafop5i-Y7~ZySbhRZvKVPV5DO_7IA)
213
174
 
214
- Check out our [Contributing Guide](https://docs.agenta.ai/misc/contributing/getting-started) for more information.
175
+ Check out our [Contributing Guide](https://docs.agenta.ai/misc/contributing/getting-started?utm_source=github&utm_medium=referral&utm_campaign=readme) for more information.
215
176
 
216
177
  ## Contributors ✨
217
178
 
@@ -300,5 +261,3 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
300
261
 
301
262
  This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind are welcome!
302
263
 
303
- **Attribution**: Testing icons created by [Freepik - Flaticon](https://www.flaticon.com/free-icons/testing)
304
-
@@ -1,40 +1,25 @@
1
- <div align="center" style="margin: 30px">
2
- <a href="https://docs.agenta.ai/self-host/migration/migration-to-postgres">
3
- Important: We are migrating from MongoDB to PostgreSQL in v0.19! Follow this guide to migrate your data.
4
- </a>
5
- </div>
6
- </br>
7
- </br>
8
-
9
- <div align="center" style="margin: 30px">
10
- <div>
11
- <a href="https://agentaai.notion.site/Careers-at-agenta-fb8a76d4d9044e27bd3a32678818dbc8/">
12
- <img src="https://github.com/Agenta-AI/agenta/raw/main/.github/images/we-are-hiring.svg" alt="We are hiring! Join our team!" width="350" height="60" alt="We are hiring! Join our team!" width="350" height="60">
13
- </a>
14
- </div>
15
-
16
- <a href="https://agenta.ai/">
17
- <div align="center" >
1
+ <p align="center">
2
+ <a href="https://agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme">
18
3
  <picture >
19
- <source width="500" media="(prefers-color-scheme: dark)" srcset="https://github.com/Agenta-AI/agenta/assets/4510758/cdddf5ad-2352-4920-b1d9-ae7f8d9d7735" >
20
- <source width="500" media="(prefers-color-scheme: light)" srcset="https://github.com/Agenta-AI/agenta/assets/4510758/ab75cbac-b807-496f-aab3-57463a33f726" >
4
+ <source width="275" media="(prefers-color-scheme: dark)" srcset="https://github.com/Agenta-AI/agenta/assets/4510758/cdddf5ad-2352-4920-b1d9-ae7f8d9d7735" >
5
+ <source width="275" media="(prefers-color-scheme: light)" srcset="https://github.com/Agenta-AI/agenta/assets/4510758/ab75cbac-b807-496f-aab3-57463a33f726" >
21
6
  <img alt="Shows the logo of agenta" src="https://github.com/Agenta-AI/agenta/assets/4510758/68e055d4-d7b8-4943-992f-761558c64253" >
22
7
  </picture>
23
- </div>
24
8
  </a>
25
- <h4 align="center">
26
- <a href="https://agenta.ai">Home Page</a> |
27
- <a href="https://join.slack.com/t/agenta-hq/shared_invite/zt-1zsafop5i-Y7~ZySbhRZvKVPV5DO_7IA">Slack</a> |
28
- <a href="https://docs.agenta.ai/">Documentation</a>
29
- </h4>
9
+ </p>
10
+ <p align="center">
11
+ <a href="https://docs.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme">Documentation</a> |
12
+ <a href="https://agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme">Website</a> |
13
+ <a href="https://join.slack.com/t/agenta-hq/shared_invite/zt-1zsafop5i-Y7~ZySbhRZvKVPV5DO_7IA">Slack</a>
14
+ </p>
30
15
  <div align="center">
31
- <strong> <h2> Collaborate on prompts, evaluate, and deploy LLM applications with confidence </h2></strong>
32
- The open-source LLM developer platform for prompt-engineering, evaluation, human feedback, and deployment of complex LLM apps.
16
+ <strong> <h2> The Open source LLMOps Platform </h2></strong>
17
+ Prompt playground, prompt management, evaluation, and observability
33
18
  </div>
34
19
  </br>
35
20
  <p align="center">
36
21
  <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="MIT license." />
37
- <a href="https://docs.agenta.ai/">
22
+ <a href="https://docs.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme">
38
23
  <img src="https://img.shields.io/badge/Doc-online-green" alt="Doc">
39
24
  </a>
40
25
 
@@ -63,25 +48,26 @@
63
48
  </a>
64
49
  </p>
65
50
 
66
- </br>
67
-
68
- <a href="https://cloud.agenta.ai">
69
- <picture>
70
- <img src="https://github.com/Agenta-AI/agenta/assets/4510758/d622f268-c295-42d4-a43c-548b611ff6f2" />
71
- </picture>
72
- </a>
73
-
74
- <br>
75
- <br />
76
51
  <br />
77
- <div align="center" >
52
+ <p align="center">
53
+ <a href="https://cloud.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme">
78
54
  <picture >
79
- <source width="800" media="(prefers-color-scheme: dark)" srcset="https://github.com/Agenta-AI/agenta/assets/4510758/cf6d4713-4558-4c6c-9e1b-ee4eab261f4c" >
80
- <source width="800" media="(prefers-color-scheme: light)" srcset="https://github.com/Agenta-AI/agenta/assets/4510758/ae9cf11f-8ef9-4b67-98c7-4a40341fa87a" >
81
- <img alt="Mockup agenta" src="https://github.com/Agenta-AI/agenta/assets/4510758/ae9cf11f-8ef9-4b67-98c7-4a40341fa87a" >
55
+ <source width="275" media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/b8912ecb-c7a0-47bd-8507-29b12382fef6" >
56
+ <source width="275" media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/f133dd08-04a3-4b20-b047-22f8f841cfbb" >
57
+ <img alt="Try Agenta Live Demo" src="https://github.com/Agenta-AI/agenta/assets/4510758/68e055d4-d7b8-4943-992f-761558c64253" >
82
58
  </picture>
83
- </div>
59
+ </a>
60
+ </p>
84
61
 
62
+ <br/>
63
+ <br />
64
+ <div align="center" >
65
+ <a href="https://cloud.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme">
66
+ <picture >
67
+ <img width="800" alt="Screenshot Agenta" src="https://github.com/user-attachments/assets/32e95ddb-e001-4462-b92e-72bf4cc78597" >
68
+ </picture>
69
+ </a>
70
+ </div>
85
71
  </div>
86
72
  <br />
87
73
  <br />
@@ -89,83 +75,58 @@
89
75
  ---
90
76
 
91
77
  <h3 align="center">
92
- <a href="#quick-start"><b>Quick Start</b></a> &bull;
93
- <a href="#features"><b>Features</b></a> &bull;
94
- <a href="https://docs.agenta.ai"><b>Documentation</b></a> &bull;
95
- <a href="#enterprise-support"><b>Enterprise</b></a> &bull;
96
- <a href="https://github.com/orgs/Agenta-AI/projects/13"><b>Roadmap</b></a> &bull;
97
- <a href="https://join.slack.com/t/agenta-hq/shared_invite/zt-1zsafop5i-Y7~ZySbhRZvKVPV5DO_7IA"><b>Join Our Slack</b></a> &bull;
98
- <a href="#contributing"><b>Contributing</b></a>
78
+ <a href="https://docs.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme"><b>Documentation</b></a> &bull;
79
+ <a href="https://docs.agenta.ai/changelog/main?utm_source=github&utm_medium=referral&utm_campaign=readme"><b>Changelog</b></a> &bull;
80
+ <a href="https://agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme"><b>Website</b></a> &bull;
81
+ <a href="https://cloud.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme"><b>Agenta Cloud</b></a>
82
+
99
83
  </h3>
100
84
 
101
85
  ---
102
86
 
103
- # ⭐️ Why Agenta?
104
-
105
- Agenta is an end-to-end LLM developer platform. It provides the tools for **prompt engineering and management**, ⚖️ **evaluation**, **human annotation**, and :rocket: **deployment**. All without imposing any restrictions on your choice of framework, library, or model.
106
-
107
- Agenta allows developers and product teams to collaborate in building production-grade LLM-powered applications in less time.
108
-
109
- ### With Agenta, you can:
110
-
111
- - [🧪 **Experiment** and **compare** prompts](https://docs.agenta.ai/prompt_management/prompt_engineering) on [any LLM workflow](https://docs.agenta.ai/prompt_management/setting_up/custom_applications) (chain-of-prompts, Retrieval Augmented Generation (RAG), LLM agents...)
112
- - ✍️ Collect and [**annotate golden test sets**](https://docs.agenta.ai/evaluation/test_sets) for evaluation
113
- - 📈 [**Evaluate** your application](https://docs.agenta.ai/evaluation/automatic_evaluation) with pre-existing or [**custom evaluators**](https://docs.agenta.ai/evaluation/custom_evaluator)
114
- - [🔍 **Annotate** and **A/B test**](https://docs.agenta.ai/evaluation/human_evaluation) your applications with **human feedback**
115
- - [🤝 **Collaborate with product teams**](https://docs.agenta.ai/misc/team_management) for prompt engineering and evaluation
116
- - [🚀 **Deploy your application**](https://docs.agenta.ai/prompt_management/deployment) in one-click in the UI, through CLI, or through github workflows.
87
+ # What is Agenta?
117
88
 
118
- ### Works with any LLM app workflow
89
+ Agenta is a platform for building production-grade LLM applications. It helps **engineering and product teams** create reliable LLM apps faster.
119
90
 
120
- Agenta enables prompt engineering and evaluation on any LLM app architecture:
121
91
 
122
- - Chain of prompts
123
- - RAG
124
- - Agents
125
-
126
- It works with any framework such as [Langchain](https://www.langchain.com/), [LlamaIndex](https://www.llamaindex.ai/) and any LLM provider (openAI, Cohere, Mistral).
127
-
128
- # Quick Start
129
-
130
- ### [Get started for free](https://cloud.agenta.ai?utm_source=github&utm_medium=readme&utm_campaign=github)
131
-
132
- ### [Explore the Docs](https://docs.agenta.ai/)
133
-
134
- ### [Create your first application in one-minute](https://docs.agenta.ai/getting_started/quick-start)
135
-
136
- ### [Create an application using Langchain](https://docs.agenta.ai/guides/tutorials/first-app-with-langchain)
137
-
138
- ### [Self-host agenta](https://docs.agenta.ai/self-host/host-locally)
139
-
140
- ### [Check the Cookbook](https://docs.agenta.ai/guides/cookbooks/evaluations_with_sdk)
92
+ Agenta provides end-to-end tools for the entire LLMOps workflow: building (**LLM playground**, **evaluation**), deploying (**prompt and configuration management**), and monitoring (**LLM observability and tracing**).
141
93
 
142
94
  # Features
143
-
144
- | Playground | Evaluation |
145
- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
146
- | Compare and version prompts for any LLM app, from single prompt to agents. <br/> <video src="https://github.com/Agenta-AI/agenta/assets/4510758/8b736d2b-7c61-414c-b534-d95efc69134c" controls="controls" style="max-width:100%;"> | Define test sets, then evaluate manually or programmatically your different variants.<br/> <video src="https://github.com/Agenta-AI/agenta/assets/4510758/8c6997c6-da87-46ad-a81f-e15e277263d2" controls="controls" style="max-width:100%;"> |
147
- | Human annotation | Deployment |
148
- | Use Human annotator to A/B test and score your LLM apps. <br/> <img width="750" alt="Screenshot 2024-01-28 at 12 57 46" src="https://github.com/Agenta-AI/agenta/assets/4510758/bf62a697-bf19-4ba9-850e-742fbfb75424"> | When you are ready, deploy your LLM applications as APIs in one click.<br/>![](https://github.com/Agenta-AI/agenta/blob/main/docs/images/endpoint.gif) |
149
-
150
- # Enterprise Support
151
-
152
- Contact us here for enterprise support and early access to agenta self-managed enterprise with Kubernetes support. <br/><br/>
153
- <a href="https://cal.com/mahmoud-mabrouk-ogzgey/demo"><img src="https://cal.com/book-with-cal-dark.svg" alt="Book us"></a>
95
+ - **Prompt Playground**: Experiment, iterate on prompts, and compare outputs from over 50 LLM models side by side ([docs](https://docs.agenta.ai/prompt-management/using-the-playground?utm_source=github&utm_medium=referral&utm_campaign=readme))
96
+ - **Custom Workflows**: Build a playground for any custom LLM workflow, such as RAG or agents. Enable all the team to easily iterate on its parameters and evaluate it from the web UI.
97
+ - **LLM evaluation**: Run evaluation suite from the webUI using predefined evaluators like LLM-as-a-judge, RAG evaluators, or custom code evaluators. ([docs](https://docs.agenta.ai/evaluation/overview?utm_source=github&utm_medium=referral&utm_campaign=readme))
98
+ - **Human evaluation**: Collaborate with subject matter experts for human annotation evaluation, including A/B testing and annotating golden test sets.
99
+ - **Prompt Management**: Version your prompts and manage them across different environments ([docs](https://docs.agenta.ai/prompt-management/overview?utm_source=github&utm_medium=referral&utm_campaign=readme), [quick start](https://docs.agenta.ai/prompt-management/quick-start?utm_source=github&utm_medium=referral&utm_campaign=readme))
100
+ - **LLM Tracing**: Observe and debug your apps with integrations to most providers and frameworks ([docs](https://docs.agenta.ai/observability/overview?utm_source=github&utm_medium=referral&utm_campaign=readme), [quick start](https://docs.agenta.ai/observability/quickstart?utm_source=github&utm_medium=referral&utm_campaign=readme))
101
+ - **LLM Monitoring**: Track cost and latency and compare different deployments.
102
+
103
+
104
+ # Getting Started
105
+ ## Agenta Cloud:
106
+ The easiest way to get started is through Agenta Cloud. It is free to signup, and comes with a generous free-tier.
107
+
108
+ <a href="https://cloud.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme">
109
+ <picture >
110
+ <source width="160" media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/759422d8-01bc-4503-bf3c-b5871c99359a" >
111
+ <source width="160" media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/ffa9af5f-0981-4e95-9272-cb35eedb6780" >
112
+ <img alt="Get Started with Agenta Cloud" src="https://github.com/user-attachments/assets/ffa9af5f-0981-4e95-9272-cb35eedb6780" >
113
+ </picture>
114
+ </a>
115
+
116
+ ## Self-host:
117
+ ```
118
+ mkdir agenta && cd agenta
119
+ curl -L https://raw.githubusercontent.com/agenta-ai/agenta/main/docker-compose.gh.yml -o docker-compose.gh.yml
120
+ docker compose -f docker-compose.gh.yml up -d
121
+ ```
154
122
 
155
123
  # Disabling Anonymized Tracking
156
124
 
157
- By default, Agenta automatically reports anonymized basic usage statistics. This helps us understand how Agenta is used and track its overall usage and growth. This data does not include any sensitive information.
158
-
159
- To disable anonymized telemetry, follow these steps:
125
+ By default, Agenta automatically reports anonymized basic usage statistics. This helps us understand how Agenta is used and track its overall usage and growth. This data does not include any sensitive information. To disable anonymized telemetry, follow these steps:
160
126
 
161
127
  - For web: Set `TELEMETRY_TRACKING_ENABLED` to `false` in your `agenta-web/.env` file.
162
128
  - For CLI: Set `telemetry_tracking_enabled` to `false` in your `~/.agenta/config.toml` file.
163
129
 
164
- After making this change, restart Agenta Compose.
165
-
166
- # ⭐️ Join Our Team
167
-
168
- - [Founding Product Engineer Frontend](https://agentaai.notion.site/Founding-Product-Engineer-Frontend-b6d26a3e9b254be6b6c2bfffbf0b53c5)
169
130
 
170
131
  # Contributing
171
132
 
@@ -173,7 +134,7 @@ We warmly welcome contributions to Agenta. Feel free to submit issues, fork the
173
134
 
174
135
  We are usually hanging in our Slack. Feel free to [join our Slack and ask us anything](https://join.slack.com/t/agenta-hq/shared_invite/zt-1zsafop5i-Y7~ZySbhRZvKVPV5DO_7IA)
175
136
 
176
- Check out our [Contributing Guide](https://docs.agenta.ai/misc/contributing/getting-started) for more information.
137
+ Check out our [Contributing Guide](https://docs.agenta.ai/misc/contributing/getting-started?utm_source=github&utm_medium=referral&utm_campaign=readme) for more information.
177
138
 
178
139
  ## Contributors ✨
179
140
 
@@ -261,5 +222,3 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
261
222
  <!-- ALL-CONTRIBUTORS-LIST:END -->
262
223
 
263
224
  This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind are welcome!
264
-
265
- **Attribution**: Testing icons created by [Freepik - Flaticon](https://www.flaticon.com/free-icons/testing)
@@ -394,7 +394,7 @@ class entrypoint:
394
394
  log.warning(format_exc().strip("\n"))
395
395
  log.warning("--------------------------------------------------")
396
396
 
397
- status_code = error.status_code if hasattr(error, "status_code") else 500
397
+ status_code = 500
398
398
  message = str(error)
399
399
  stacktrace = format_exception(error, value=error, tb=error.__traceback__) # type: ignore
400
400
  detail = {"message": message, "stacktrace": stacktrace}
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "agenta"
3
- version = "0.28.0a4"
3
+ version = "0.28.1"
4
4
  description = "The SDK for agenta is an open-source LLMOps platform."
5
5
  readme = "README.md"
6
6
  authors = ["Mahmoud Mabrouk <mahmoud@agenta.ai>"]
File without changes
File without changes
File without changes
File without changes