Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
community: add Valthera integration (#30105)
```markdown **Description:** This PR integrates Valthera into LangChain, introducing an framework designed to send highly personalized nudges by an LLM agent. This is modeled after Dr. BJ Fogg's Behavior Model. This integration includes: - Custom data connectors for HubSpot, PostHog, and Snowflake. - A unified data aggregator that consolidates user data. - Scoring configurations to compute motivation and ability scores. - A reasoning engine that determines the appropriate user action. - A trigger generator to create personalized messages for user engagement. **Issue:** N/A **Dependencies:** N/A **Twitter handle:** - `@vselvarajijay` **Tests and Docs:** - `docs/docs/integrations/tools/valthera` - `https://github.com/valthera/langchain-valthera/tree/main/tests` ``` --------- Co-authored-by: Chester Curme <[email protected]>
- Loading branch information