Floor Memory
Project description
xfloor-memory-sdk
The set APIs are used to develop Floor pds which can be used as their personal assistants.
This set of APIs are divided into two parts.
- Memory and
- Registration.
The developer has two ways of using the APIs for the app development. Developer can choose to the Registration APIs for using the existing xfloor infracture or can implement custom Registration process. In the case of custom registration process, the developer is bound to provide proper authentication mechanisms and then send the user information to xlfoor.
This Python package is automatically generated by the OpenAPI Generator project:
- API version: 1.0.0
- Package version: 1.0.9
- Generator version: 7.18.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen For more information, please visit https://xfloor.ai/ipomo/blog1551084548304/
Requirements.
Python 3.9+
Installation & Usage
pip install
If the python package is hosted on a repository, you can install directly using:
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
(you may need to run pip with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git)
Then import the package:
import xfloor_memory_sdk
Setuptools
Install via Setuptools.
python setup.py install --user
(or sudo python setup.py install to install the package for all users)
Then import the package:
import xfloor_memory_sdk
Tests
Execute pytest to run the tests.
Getting Started
Please follow the installation procedure and then run the following:
import xfloor_memory_sdk
from xfloor_memory_sdk.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to http://localhost
# See configuration.py for a list of all supported configuration parameters.
configuration = xfloor_memory_sdk.Configuration(
host = "http://localhost"
)
# Enter a context with an instance of the API client
with xfloor_memory_sdk.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = xfloor_memory_sdk.DefaultApi(api_client)
input_info = 'input_info_example' # str |
icon = None # bytearray | (optional)
try:
# Create App
api_response = api_instance.api_developer_create_app_post(input_info, icon=icon)
print("The response of DefaultApi->api_developer_create_app_post:\n")
pprint(api_response)
except ApiException as e:
print("Exception when calling DefaultApi->api_developer_create_app_post: %s\n" % e)
Documentation for API Endpoints
All URIs are relative to http://localhost
Class
| Method | HTTP request |
Description
| ------------- | ------------- |
DefaultApi
| api_developer_create_app_post | POST /api/developer/create/app |
Create App DefaultApi
| api_developer_modify_app_post | POST /api/developer/modify/app |
Modify Floorpod App DefaultApi
| change_email | POST /auth-service/change/email |
Change email ID DefaultApi
| change_mobile_number | POST /auth-service/change/mobile |
Change Mobile number DefaultApi
| change_password | POST /auth-service/password/change |
Change Password DefaultApi
| conversation_threads | GET /agent/memory/threads |
Get the conversational threads DefaultApi
| get_conversations | GET /agent/memory/conversations |
Conversations DefaultApi
| make_floor_private | POST /api/memory/make/floor/private |
Make floor Private DefaultApi
| make_floor_public | POST /api/memory/make/floor/public |
Make floor public DefaultApi
| register_external_user_identity | POST /memory/identity/external-user |
External User Registration DefaultApi
| rename_floor | POST /api/memory/change/floor/id |
Rename floor DefaultApi
| reset_password | POST /auth-service/password/reset |
Reset Password DefaultApi
| send_sign_in_validation_code | POST /auth-service/send/sign/in/validation/code |
Send Sign-In Validation Code (OTP) DefaultApi
| send_validation_code | POST /auth-service/send/validation/code |
Send Validation code DefaultApi
| sign_in_with_email | POST /auth-service/sign/in/with/email |
Sign In with email ID DefaultApi
| sign_in_with_mobile_number | POST /auth-service/sign/in/with/mobile/number |
Sign In with Mobile number DefaultApi
| sign_up | POST /auth-service/sign/up |
Sign Up DefaultApi
| validate_code | POST /auth-service/validate/activation/code |
Validation EditFloorApi
| edit_floor | POST /api/memory/edit/floor/{floor_id} |
Edit floor EventApi
| event | POST /api/memory/events |
Create Event (Post Content) GetFloorInformationApi
| get_floor_information | GET /api/memory/floor/info/{floor_id} |
Basic information of a floor GetRecentEventsApi
| get_recent_events | GET /api/memory/recent/events |
Recent Events QueryApi
| query | POST /agent/memory/query |
Query (Primary API)
Documentation
For Models
- BlockDetails
- ChangePassword200Response
- ConversationThreads200Response
- ConversationThreads200ResponseThreadsInner
- EditFloor400Response
- EditFloor400ResponseError
- Event400Response
- Event400ResponseError
- EventResponse
- FloorInfo
- GetConversations200Response
- GetConversations200ResponseConversationInner
- GetConversations200ResponseConversationInnerAssistant
- GetConversations200ResponseConversationInnerAssistantChoicesInner
- GetConversations200ResponseConversationInnerAssistantChoicesInnerAiModelDetails
- GetConversations200ResponseConversationInnerAssistantChoicesInnerMessage
- GetConversations200ResponseConversationInnerAssistantChoicesInnerPromptDetails
- GetConversations200ResponseConversationInnerAssistantFetchMultiplePosts
- GetConversations200ResponseConversationInnerAssistantFetchMultiplePostsResultsInner
- GetConversations200ResponseConversationInnerUser
- GetConversations200ResponseConversationInnerUserContext
- GetFloorInformation200Response
- GetRecentEvents200Response
- GetRecentEvents200ResponseItemsInner
- GetRecentEvents200ResponseItemsInnerAuthor
- GetRecentEvents400Response
- GetRecentEvents400ResponseError
- Media
- Model400ErrorCode
- PostAdd
- Query422Response
- Query422ResponseError
- QueryRequest
- QueryRequestFilters
- QueryResponse
- QueryResponseItemsInner
- ResetPassword200Response
- ResetPassword400Response
- SendSignInValidationCode200Response
- SendValidationCode200Response
- SendValidationCodeRequest
- SignInWithEmail200Response
- SignInWithEmail200ResponsePodInfo
- SignInWithEmail200ResponseProfile
- SignInWithEmail200ResponseProfileAvatar
- SignUp200Response
- SignUpResponse
- Threads
- UserDetails
- ValidateCode400Response
- ValidateCode400ResponseError
- ValidateCode412Response
- ValidateCodeRequest
Documentation
For Authorization
Authentication schemes defined for the API:
bearer
- Type: Bearer authentication
Author
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file xfloor_memory_sdk-1.0.9.tar.gz.
File metadata
- Download URL: xfloor_memory_sdk-1.0.9.tar.gz
- Upload date:
- Size: 81.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
797871e78bb9e2e6fd188a97a8a2747b627d5864b4a56a6169cea41276f68fb9
|
|
| MD5 |
17fc6a3d2d77a839b495114c85ec22ad
|
|
| BLAKE2b-256 |
4bae70965407d34c2ef1deb8d01ae02b084d77204128fdf366257d2494508d52
|
File details
Details for the file xfloor_memory_sdk-1.0.9-py3-none-any.whl.
File metadata
- Download URL: xfloor_memory_sdk-1.0.9-py3-none-any.whl
- Upload date:
- Size: 154.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8020986e057dbf4a04a3191938de40c3464f1573bba8484b1c85511dc04e1651
|
|
| MD5 |
c5ad408d33a850d39300824b0d681014
|
|
| BLAKE2b-256 |
25cba541c0a8c56719d320cebe3370c7bdf4da4a8ba62000366939293fb0eaab
|