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.105.tar.gz (86.8 kB view details)

Uploaded Source

Built Distribution

grami_ai-0.3.105-py3-none-any.whl (100.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: grami_ai-0.3.105.tar.gz
  • Upload date:
  • Size: 86.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.105.tar.gz
Algorithm Hash digest
SHA256 06abe35b9796f7728959a603f29f77728c5f09b7ca612c0d7921eee8b105b9ae
MD5 13cec4b0018e360fc28a9275707e40fc
BLAKE2b-256 1dddb2540be901e8464edfe6110bf79ada66d2199f8cd61c618edce9f3d091cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grami_ai-0.3.105-py3-none-any.whl
  • Upload date:
  • Size: 100.0 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.105-py3-none-any.whl
Algorithm Hash digest
SHA256 4acaa92e011d6a6f44292d02dfdcc60aa23f612d61ca70b4f33aa3d18369ede7
MD5 bc1d6f6300df56fafe05505bb36d40d3
BLAKE2b-256 7d077a694805a0835970856ed1494d7b65e65124f122494994c3597177e37993

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