Skip to main content

ADS4GPTs LangGraph agent. Integrate Ads into AI Agents and monetize.

Project description

ads4gpts-langgraph-agent

ADS4GPTs LangGraph agent. Integrate Ads into AI Agents and monetize.

Overview

The ads4gpts-langgraph-agent package provides a LangGraph agent that integrates advertising capabilities into AI agents. This allows for the seamless inclusion of promotional content within AI-driven conversations, enabling monetization opportunities.

Features

  • Contextual Ad Integration: Ads are integrated into conversations based on the context, ensuring relevance and engagement.
  • Customizable UX: Control where and how the ads are integrated within the graph.
  • Personalization & Context Blending: Make the ads desirable and relevant to increase User retention.
  • Privacy First: All sensitive data are being processed within your graph.
  • Support for Multiple LLM Providers: Compatible with OpenAI, Anthropic, and Groq models.
  • Logging: Configurable logging for monitoring and debugging.

Installation

To install the package, use the following command:

pip install ads4gpts-langgraph-agent

Usage

The ads4gpts-langgraph-agent package is meant to be used as a node within a graph.

from langgraph.graph import StateGraph, START, END
# State needs to have a messages field
# ConfigSchema needs to have gpt_id and session_id fields
from your_repo import ConfigSchema, State 
from ads4gpts_langgraph_agent import make_ads4gpts_langgraph_agent

graph_builder = StateGraph(State, ConfigSchema)
graph_builder.add_node("ads4gpts_node", make_ads4gpts_langgraph_agent())

Configuration

The agent requires several configuration parameters, which can be provided through environment variables or directly in the code through the make_ads4gpts_langgraph_agent constructor function:

  • ADS4GPTS_API_KEY: API key for ADS4GPTs.
  • ADS4GPTS_BASE_URL: Base URL for ADS4GPTs API. You can omit that to use the default settings.
  • ADS4GPTS_ADS_ENDPOINT: Endpoint for fetching ads. You can omit that to use the default settings.
  • PROVIDER: LLM provider (e.g., openai, anthropic, groq).
  • {PROVIDER}_API_KEY: API key for the selected LLM provider e.g. OPENAI_API_KEY.

Testing

To run the tests, use the following command:

pytest tests/

License

This project is licensed under the GNU AGPLv3 License. See the LICENSE file for details.

Contributing

Contributions are welcome! Please open an issue or submit a pull request on GitHub.

Contact

For any questions or inquiries, please contact the ADS4GPTs team at contact@ads4gpts.com

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

ads4gpts_langgraph_agent-0.1.6.tar.gz (20.3 kB view details)

Uploaded Source

Built Distribution

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

ads4gpts_langgraph_agent-0.1.6-py3-none-any.whl (20.0 kB view details)

Uploaded Python 3

File details

Details for the file ads4gpts_langgraph_agent-0.1.6.tar.gz.

File metadata

File hashes

Hashes for ads4gpts_langgraph_agent-0.1.6.tar.gz
Algorithm Hash digest
SHA256 c4ee61f26f1bf7b59b174df79a868b2f529849982e92fd2d0f0e9cdb19e2f175
MD5 5f2733f9cfe4b8dc6daa550e926a63d1
BLAKE2b-256 a1df7460b702d9cd32554dc73d2217ca45c6f6f396a13d4d52682d88d792a663

See more details on using hashes here.

File details

Details for the file ads4gpts_langgraph_agent-0.1.6-py3-none-any.whl.

File metadata

File hashes

Hashes for ads4gpts_langgraph_agent-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 40f7f085f2d67823b0c631c2611e3f15c60885b07bbc454d8db8242a8b4aecf1
MD5 e17256847fa697e9b2a19fd6a4e0399c
BLAKE2b-256 ff0d7e1af027f68983bd8bb78cde03337b3b484bd64124f408c13b632d5a352d

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