Skip to main content

No project description provided

Project description

/user_profiler/agenticmem/agenticmem_commons

Description: Shared data schemas and configurations used across client and server

Purpose

Central repository for Pydantic models that define the contract between client and server. All API requests/responses and configuration schemas are defined here to ensure consistency.

API Schemas

Directory: agenticmem_commons/api_schema Purpose: Pydantic models for API requests and responses

Key files:

  • service_schemas.py: Core data models

    • Interaction: User interaction data (content, actions, images)
    • UserProfile: Generated user profile with TTL and embeddings
    • Request: Tracks individual requests with metadata (request_id, user_id, source, agent_version)
    • PublishUserInteractionRequest/Response: Publishing new interactions
    • DeleteUserProfileRequest/Response: Profile deletion
    • DeleteUserInteractionRequest/Response: Interaction deletion
    • InteractionData: Client-provided interaction data
    • ProfileChangeLog: History of profile changes
    • RawFeedback: Raw developer feedback from interactions
    • Feedback: Aggregated feedback with status (pending/approved/rejected)
    • AgentSuccessEvaluationResult: Agent success evaluation results
    • RunFeedbackAggregationRequest/Response: Run feedback aggregation
    • Enums: UserActionType, ProfileTimeToLive, FeedbackStatus
  • retriever_schema.py: Search and retrieval models

    • SearchUserProfileRequest/Response: Profile search with query and filters
    • SearchInteractionRequest/Response: Interaction search
    • GetUserProfilesRequest/Response: Get profiles by user_id
    • GetInteractionsRequest/Response: Get interactions by user_id
    • GetRequestsRequest/Response: Get requests with filters (user_id, request_id, request_group)
    • RequestData: Request with associated interactions
    • RequestGroup: Group of requests sharing a request_group
    • GetRawFeedbacksRequest/Response: Get raw feedbacks
    • GetFeedbacksRequest/Response: Get aggregated feedbacks
  • login_schema.py: Authentication models

    • Token: JWT token for authentication
    • User login/registration schemas
  • data_schema.py: Additional data structures

Configuration Schema

File: config_schema.py Purpose: YAML configuration file schemas

Key models:

  • Config: Root configuration object

    • storage_config: Storage backend configuration (Local/S3/Supabase)
    • agent_context_prompt: Agent environment description
    • profile_extractor_configs: List of profile extraction configurations
    • agent_feedback_configs: List of feedback extraction configurations
    • agent_success_configs: List of success evaluation configurations
    • extraction_window_size: Max interactions to process per batch (optional)
    • extraction_window_stride: Min new interactions needed to trigger processing (optional)
  • StorageConfig: Storage backend options

    • StorageConfigLocal: Local file storage (dir_path)
    • StorageConfigS3: S3 storage (region, bucket, credentials)
    • StorageConfigSupabase: Supabase storage (url, key, db_url)
  • ProfileExtractorConfig: Profile extraction configuration

    • profile_content_definition_prompt: What to extract as profiles
    • context_prompt: Additional context
    • metadata_definition_prompt: Custom metadata fields
  • AgentFeedbackConfig: Feedback extraction configuration

    • feedback_name: Unique identifier for feedback type
    • feedback_definition_prompt: What constitutes this feedback
    • metadata_definition_prompt: Custom metadata fields
    • feedback_aggregator_config: Aggregation settings
  • AgentSuccessConfig: Success evaluation configuration

    • feedback_name: Unique identifier
    • success_definition_prompt: What constitutes success
    • tool_can_use: List of available tools (ToolUseConfig)
    • action_space: List of possible actions
    • metadata_definition_prompt: Custom metadata fields

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

agenticmem_commons-0.1.4.3.tar.gz (5.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

agenticmem_commons-0.1.4.3-py3-none-any.whl (8.5 kB view details)

Uploaded Python 3

File details

Details for the file agenticmem_commons-0.1.4.3.tar.gz.

File metadata

  • Download URL: agenticmem_commons-0.1.4.3.tar.gz
  • Upload date:
  • Size: 5.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.2 CPython/3.10.11 Darwin/25.2.0

File hashes

Hashes for agenticmem_commons-0.1.4.3.tar.gz
Algorithm Hash digest
SHA256 d04ca19714d5fb37ae9f0d62b2324cdf9b535b6c52ad3520b54dbb7eda85436d
MD5 fb1266addb722fc70bd970ce8e832148
BLAKE2b-256 7a1bfb58aacce8884e232a61f3fa77b5320a5f8b91ba1281eeebac2b5ef2959a

See more details on using hashes here.

File details

Details for the file agenticmem_commons-0.1.4.3-py3-none-any.whl.

File metadata

File hashes

Hashes for agenticmem_commons-0.1.4.3-py3-none-any.whl
Algorithm Hash digest
SHA256 9d0a7bb83aaa5b842c6f51d3db6891582348a3e4eeca06f516ec1c34b2e568e2
MD5 b81e360e9d75c0b9504b2e8469e02315
BLAKE2b-256 6722a086477559803c92c2bcad7f5b2af18959fe5fe39592a5f36e31b0d704b9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page