Skip to main content

Growth and Relationship AI Management Infrastructure

Project description

GRAMI-AI: Adaptive AI Agent Orchestration Framework

Overview

GRAMI-AI is a cutting-edge, async-first AI agent framework designed to solve complex computational challenges through intelligent, collaborative agent interactions. Built with unprecedented flexibility, this library empowers developers to create sophisticated, context-aware AI systems that can adapt, learn, and collaborate across diverse domains.

Key Innovations

  • Modular Agent Architecture: Seamlessly compose and deploy AI agents with dynamic capabilities
  • Multi-Provider LLM Integration: Leverage models from OpenAI, Anthropic, Google Gemini, and more
  • Async-First Design: High-performance, non-blocking agent interactions
  • Extensible Tool Ecosystem: Easily integrate custom tools and expand agent capabilities
  • Advanced Memory Management: Intelligent context retention and retrieval

Use Cases

While initially conceived for marketing and growth solutions, GRAMI-AI's flexible architecture supports a wide range of applications:

  • Marketing Intelligence
  • Research Automation
  • Complex Problem Solving
  • Interactive AI Assistants
  • Cross-Domain Knowledge Synthesis

Installation

pip install grami-ai

Quick Start

Basic Agent Creation

import asyncio
from grami_ai.core.agent import AsyncAgent

async def main():
    # Create an AI agent for marketing
    agent = await AsyncAgent.create(
        name="MarketingAssistant",
        llm="gemini",
        tools=["content_generation", "web_search"]
    )

    # Generate marketing content
    response = await agent.process({
        "type": "content_request",
        "platform": "instagram",
        "niche": "tech",
        "content_type": "post"
    })

    print(response)

# Run the agent
asyncio.run(main())

Core Components

Agent

  • Orchestrates LLM, memory, tools, and interfaces
  • Async message processing
  • Dynamic tool selection

Configuration

GRAMI-AI supports environment-based configuration for:

  • Development
  • Testing
  • Production

Interfaces

  • WebSocket
  • Kafka Consumer
  • Custom Interface Support

Security

  • Environment variable management
  • Configurable token expiration
  • Resource limits

Contributing

We welcome contributions! Check out our Contributing Guidelines.

License

MIT License

Contact

Community

Join our community to collaborate, share ideas, and push the boundaries of AI-powered solutions.

Acknowledgements

Built with ❤️ by YAFATek Solutions, pushing the frontiers of intelligent computing.

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

grami_ai-0.3.106.tar.gz (87.8 kB view details)

Uploaded Source

Built Distribution

grami_ai-0.3.106-py3-none-any.whl (99.9 kB view details)

Uploaded Python 3

File details

Details for the file grami_ai-0.3.106.tar.gz.

File metadata

  • Download URL: grami_ai-0.3.106.tar.gz
  • Upload date:
  • Size: 87.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for grami_ai-0.3.106.tar.gz
Algorithm Hash digest
SHA256 0d339d99be2d86384e4063e3fdae715012cc4710f48d33c60f9d2d1680c85f4d
MD5 3a0fd34ad2e8c04419e40a012869f3fb
BLAKE2b-256 ece418fee2a39ff2be02fd8c4142577c08f53c2df2ad02281a1f19c52f10a19e

See more details on using hashes here.

File details

Details for the file grami_ai-0.3.106-py3-none-any.whl.

File metadata

  • Download URL: grami_ai-0.3.106-py3-none-any.whl
  • Upload date:
  • Size: 99.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for grami_ai-0.3.106-py3-none-any.whl
Algorithm Hash digest
SHA256 07ffa346d9176135d1df6d34090604ad6e2d916f8704b95aee4871d9666d6595
MD5 931361723655fe4caae25b8b44751105
BLAKE2b-256 3eee225cc80542c2fb2364c59ef7c7f23c8d000ed69512041593e2f7284ed3ab

See more details on using hashes here.

Supported by

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