Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions .openapi-generator-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# IMPORTANT: this file is generated with the option `openapiGeneratorIgnoreList` enabled
# (--openapi-generator-ignore-list in CLI for example) so the entries below are pre-populated based
# on the input provided by the users and this file will be overwritten every time when the option is
# enabled (which is the exact opposite of the default behaviour to not overwrite
# .openapi-generator-ignore if the file exists).

# OpenAPI Generator Ignore
# Generated by openapi-generator https://github.com/openapitools/openapi-generator

# Use this file to prevent files from being overwritten by the generator.
# The patterns follow closely to .gitignore or .dockerignore.

# As an example, the C# client generator defines ApiClient.cs.
# You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line:
#ApiClient.cs

# You can match any string of characters against a directory, file or extension with a single asterisk (*):
#foo/*/qux
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux

# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
#foo/**/qux
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux

# You can also negate patterns with an exclamation (!).
# For example, you can ignore all files in a docs folder with the file extension .md:
#docs/*.md
# Then explicitly reverse the ignore rule for a single file:
#!docs/README.md

# The following entries are pre-populated based on the input obtained via
# the option `openapiGeneratorIgnoreList` (--openapi-generator-ignore-list in CLI for example).
.github/workflows/python.yml
git_push.sh
.travis.yml
.gitlab-ci.yml
198 changes: 198 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
@@ -0,0 +1,198 @@
.gitignore
README.md
docs/AddData.md
docs/AddInput.md
docs/AddOperation.md
docs/AgentCaseItem.md
docs/AgentSkillItem.md
docs/AtomicFactItem.md
docs/Content.md
docs/ContentItem.md
docs/Data.md
docs/Data1.md
docs/DeleteData.md
docs/DeleteInput.md
docs/DeleteOperation.md
docs/EditData.md
docs/EditInput.md
docs/EditInputOperationsInner.md
docs/EditResultItem.md
docs/Envelope.md
docs/EnvelopeResult.md
docs/EpisodeItem.md
docs/ExplicitInfoData.md
docs/ExplicitInfoPatch.md
docs/FilterNode.md
docs/FlushData.md
docs/FlushInput.md
docs/GetData.md
docs/GetInput.md
docs/HTTPValidationError.md
docs/ImplicitTraitData.md
docs/ImplicitTraitPatch.md
docs/MemoryApi.md
docs/MessageItem.md
docs/ProfileItem.md
docs/SearchAgentCaseItem.md
docs/SearchAgentSkillItem.md
docs/SearchAtomicFactItem.md
docs/SearchData.md
docs/SearchEpisodeItem.md
docs/SearchInput.md
docs/SearchProfileItem.md
docs/SignEnvelope.md
docs/SignEnvelopeAllOfResult.md
docs/SignObjectItem.md
docs/SignRequest.md
docs/SignResponse.md
docs/SignResponseItem.md
docs/SignedInfo.md
docs/StorageApi.md
docs/SuccessEnvelopeAddData.md
docs/SuccessEnvelopeDeleteData.md
docs/SuccessEnvelopeEditData.md
docs/SuccessEnvelopeFlushData.md
docs/SuccessEnvelopeGetData.md
docs/SuccessEnvelopeSearchData.md
docs/ToolCall.md
docs/ToolCallFunction.md
docs/UnprocessedMessageDTO.md
docs/UpdateOperation.md
docs/ValidationError.md
docs/ValidationErrorLocInner.md
everos_cloud/__init__.py
everos_cloud/api/__init__.py
everos_cloud/api/memory_api.py
everos_cloud/api/storage_api.py
everos_cloud/api_client.py
everos_cloud/api_response.py
everos_cloud/configuration.py
everos_cloud/exceptions.py
everos_cloud/models/__init__.py
everos_cloud/models/add_data.py
everos_cloud/models/add_input.py
everos_cloud/models/add_operation.py
everos_cloud/models/agent_case_item.py
everos_cloud/models/agent_skill_item.py
everos_cloud/models/atomic_fact_item.py
everos_cloud/models/content.py
everos_cloud/models/content_item.py
everos_cloud/models/data.py
everos_cloud/models/data1.py
everos_cloud/models/delete_data.py
everos_cloud/models/delete_input.py
everos_cloud/models/delete_operation.py
everos_cloud/models/edit_data.py
everos_cloud/models/edit_input.py
everos_cloud/models/edit_input_operations_inner.py
everos_cloud/models/edit_result_item.py
everos_cloud/models/envelope.py
everos_cloud/models/envelope_result.py
everos_cloud/models/episode_item.py
everos_cloud/models/explicit_info_data.py
everos_cloud/models/explicit_info_patch.py
everos_cloud/models/filter_node.py
everos_cloud/models/flush_data.py
everos_cloud/models/flush_input.py
everos_cloud/models/get_data.py
everos_cloud/models/get_input.py
everos_cloud/models/http_validation_error.py
everos_cloud/models/implicit_trait_data.py
everos_cloud/models/implicit_trait_patch.py
everos_cloud/models/message_item.py
everos_cloud/models/profile_item.py
everos_cloud/models/search_agent_case_item.py
everos_cloud/models/search_agent_skill_item.py
everos_cloud/models/search_atomic_fact_item.py
everos_cloud/models/search_data.py
everos_cloud/models/search_episode_item.py
everos_cloud/models/search_input.py
everos_cloud/models/search_profile_item.py
everos_cloud/models/sign_envelope.py
everos_cloud/models/sign_envelope_all_of_result.py
everos_cloud/models/sign_object_item.py
everos_cloud/models/sign_request.py
everos_cloud/models/sign_response.py
everos_cloud/models/sign_response_item.py
everos_cloud/models/signed_info.py
everos_cloud/models/success_envelope_add_data.py
everos_cloud/models/success_envelope_delete_data.py
everos_cloud/models/success_envelope_edit_data.py
everos_cloud/models/success_envelope_flush_data.py
everos_cloud/models/success_envelope_get_data.py
everos_cloud/models/success_envelope_search_data.py
everos_cloud/models/tool_call.py
everos_cloud/models/tool_call_function.py
everos_cloud/models/unprocessed_message_dto.py
everos_cloud/models/update_operation.py
everos_cloud/models/validation_error.py
everos_cloud/models/validation_error_loc_inner.py
everos_cloud/py.typed
everos_cloud/rest.py
pyproject.toml
requirements.txt
setup.cfg
setup.py
test-requirements.txt
test/__init__.py
test/test_add_data.py
test/test_add_input.py
test/test_add_operation.py
test/test_agent_case_item.py
test/test_agent_skill_item.py
test/test_atomic_fact_item.py
test/test_content.py
test/test_content_item.py
test/test_data.py
test/test_data1.py
test/test_delete_data.py
test/test_delete_input.py
test/test_delete_operation.py
test/test_edit_data.py
test/test_edit_input.py
test/test_edit_input_operations_inner.py
test/test_edit_result_item.py
test/test_envelope.py
test/test_envelope_result.py
test/test_episode_item.py
test/test_explicit_info_data.py
test/test_explicit_info_patch.py
test/test_filter_node.py
test/test_flush_data.py
test/test_flush_input.py
test/test_get_data.py
test/test_get_input.py
test/test_http_validation_error.py
test/test_implicit_trait_data.py
test/test_implicit_trait_patch.py
test/test_memory_api.py
test/test_message_item.py
test/test_profile_item.py
test/test_search_agent_case_item.py
test/test_search_agent_skill_item.py
test/test_search_atomic_fact_item.py
test/test_search_data.py
test/test_search_episode_item.py
test/test_search_input.py
test/test_search_profile_item.py
test/test_sign_envelope.py
test/test_sign_envelope_all_of_result.py
test/test_sign_object_item.py
test/test_sign_request.py
test/test_sign_response.py
test/test_sign_response_item.py
test/test_signed_info.py
test/test_storage_api.py
test/test_success_envelope_add_data.py
test/test_success_envelope_delete_data.py
test/test_success_envelope_edit_data.py
test/test_success_envelope_flush_data.py
test/test_success_envelope_get_data.py
test/test_success_envelope_search_data.py
test/test_tool_call.py
test/test_tool_call_function.py
test/test_unprocessed_message_dto.py
test/test_update_operation.py
test/test_validation_error.py
test/test_validation_error_loc_inner.py
tox.ini
1 change: 1 addition & 0 deletions .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7.10.0
30 changes: 30 additions & 0 deletions docs/AddData.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# AddData


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**message_count** | **int** | |
**status** | **str** | \"queued\" — async enqueue accepted (HTTP 202). \"accumulated\"/\"extracted\" — synchronous write outcome (HTTP 200, async_mode=false). |

## Example

```python
from everos_cloud.models.add_data import AddData

# TODO update the JSON string below
json = "{}"
# create an instance of AddData from a JSON string
add_data_instance = AddData.from_json(json)
# print the JSON string representation of the object
print(AddData.to_json())

# convert the object into a dict
add_data_dict = add_data_instance.to_dict()
# create an instance of AddData from a dict
add_data_from_dict = AddData.from_dict(add_data_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


34 changes: 34 additions & 0 deletions docs/AddInput.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# AddInput


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**app_id** | **str** | | [optional] [default to 'default']
**project_id** | **str** | | [optional] [default to 'default']
**session_id** | **str** | |
**mode** | **str** | | [optional] [default to 'chat']
**messages** | [**List[MessageItem]**](MessageItem.md) | |
**async_mode** | **bool** | Selects the write path. true (default): validated and enqueued asynchronously → HTTP 202 with status \"queued\". false: forwarded synchronously to the engine, returning its 200 result and surfacing write errors directly. Extraction is always asynchronous (flush-triggered). | [optional] [default to True]

## Example

```python
from everos_cloud.models.add_input import AddInput

# TODO update the JSON string below
json = "{}"
# create an instance of AddInput from a JSON string
add_input_instance = AddInput.from_json(json)
# print the JSON string representation of the object
print(AddInput.to_json())

# convert the object into a dict
add_input_dict = add_input_instance.to_dict()
# create an instance of AddInput from a dict
add_input_from_dict = AddInput.from_dict(add_input_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


33 changes: 33 additions & 0 deletions docs/AddOperation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# AddOperation

Add a new profile item (``item_id`` forbidden — the server mints it).

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**reason** | **str** | | [optional]
**action** | **str** | |
**type** | **str** | |
**data** | [**Data**](Data.md) | |

## Example

```python
from everos_cloud.models.add_operation import AddOperation

# TODO update the JSON string below
json = "{}"
# create an instance of AddOperation from a JSON string
add_operation_instance = AddOperation.from_json(json)
# print the JSON string representation of the object
print(AddOperation.to_json())

# convert the object into a dict
add_operation_dict = add_operation_instance.to_dict()
# create an instance of AddOperation from a dict
add_operation_from_dict = AddOperation.from_dict(add_operation_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


38 changes: 38 additions & 0 deletions docs/AgentCaseItem.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# AgentCaseItem


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **str** | |
**app_id** | **str** | |
**project_id** | **str** | |
**agent_id** | **str** | |
**session_id** | **str** | |
**task_intent** | **str** | |
**approach** | **str** | |
**quality_score** | **float** | |
**key_insight** | **str** | | [optional]
**timestamp** | **datetime** | |

## Example

```python
from everos_cloud.models.agent_case_item import AgentCaseItem

# TODO update the JSON string below
json = "{}"
# create an instance of AgentCaseItem from a JSON string
agent_case_item_instance = AgentCaseItem.from_json(json)
# print the JSON string representation of the object
print(AgentCaseItem.to_json())

# convert the object into a dict
agent_case_item_dict = agent_case_item_instance.to_dict()
# create an instance of AgentCaseItem from a dict
agent_case_item_from_dict = AgentCaseItem.from_dict(agent_case_item_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


Loading