Skip to main content

Async AI Agent Framework

Project description

GRAMI AI: The Modern Async AI Agent Framework

Documentation Status PyPI version License: MIT

๐Ÿค– GRAMI AI Framework

GRAMI is an advanced, privacy-focused async AI agent framework designed for enterprise applications. It provides a flexible, modular architecture for building AI agents with support for both private and cloud-based LLM providers.

๐Ÿ” Privacy-First Design

GRAMI prioritizes data privacy and security:

  • Local LLM Support: First-class support for Ollama, enabling fully private AI deployments
  • Hybrid Options: Use Google's Gemini for a balance of privacy and performance
  • Flexible Architecture: Easy integration of any LLM provider, cloud or local

๐Ÿš€ Quick Start

  1. Install GRAMI:
pip install grami-ai
  1. Choose your LLM provider:
from grami_ai.agent import AsyncAgent
from grami_ai.memory import InMemoryAbstractMemory
from grami_ai.tools import CalculatorTool

# For private deployment with Ollama
agent = AsyncAgent(
    tools=[CalculatorTool()],
    memory=InMemoryAbstractMemory(),
    model="ollama/llama2",  # or other Ollama models
    provider_config={
        "base_url": "http://localhost:11434"
    }
)

# For Google's Gemini
agent = AsyncAgent(
    tools=[CalculatorTool()],
    memory=InMemoryAbstractMemory(),
    model="gemini-pro",
    provider_config={
        "api_key": "your-google-api-key"
    }
)

# Execute tasks
result = await agent.execute_task({
    "objective": "Calculate compound interest",
    "input": "What is 5% interest compounded annually on $1000 for 3 years?"
})

๐Ÿ› ๏ธ Features

  • Async-First: Built for high-performance async operations
  • Provider Agnostic: Support for multiple LLM providers:
    • ๐Ÿ  Ollama: Local deployment with models like Llama 2
    • ๐ŸŒ Google Gemini: Enterprise-grade cloud provider
    • โ˜๏ธ OpenAI: GPT-3.5/4 integration (optional)
    • ๐Ÿค– Anthropic: Claude models (optional)
  • Memory Systems: Flexible memory backends
  • Tool Integration: Extensible tool system
  • Type Safety: Full type hints and validation
  • Enterprise Ready: Built for production workloads

๐Ÿ“š Examples

See the examples directory for:

  • Private AI deployment with Ollama
  • Hybrid deployment with Google Gemini
  • Advanced agent configurations
  • Custom tool integration
  • Memory system usage

๐Ÿ”ง Installation Options

# Core installation
pip install grami-ai

# With Gemini support
pip install grami-ai[gemini]

# With Ollama support (recommended for private deployment)
pip install grami-ai[ollama]

# With all providers
pip install grami-ai[all]

๐Ÿ”’ Security

GRAMI is designed with security in mind:

  • No data leaves your infrastructure with local LLM deployment
  • Secure API key handling
  • Configurable safety settings
  • Rate limiting and retry mechanisms

๐Ÿ“– Documentation

๐Ÿค Contributing

We welcome contributions! See CONTRIBUTING.md for guidelines.

๐Ÿ“„ License

GRAMI is licensed under MIT - see LICENSE for details.


Made with โค๏ธ by YAFATEK Solutions

๐Ÿ—๏ธ Architecture

                                GRAMI AI Architecture
                                
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚                           Client Applications                        โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
                                    โ”‚
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ–ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚                              API Layer                              โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
                                    โ”‚
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ–ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚                           Agent Orchestrator                         โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ”‚  Agent 1    โ”‚   Agent 2   โ”‚   Agent 3   โ”‚   Agent 4   โ”‚  Agent N   โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”˜
      โ”‚              โ”‚              โ”‚             โ”‚            โ”‚
โ”Œโ”€โ”€โ”€โ”€โ”€โ–ผโ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ–ผโ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ–ผโ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ–ผโ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ–ผโ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚   Memory   โ”‚   Events    โ”‚    Tools    โ”‚  Providers โ”‚  Security  โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

๐Ÿš€ Quick Start

  1. Install GRAMI AI:
pip install grami-ai

# Optional features
pip install grami-ai[gemini]    # For Google Gemini support
pip install grami-ai[ollama]    # For Ollama support
pip install grami-ai[dev]       # For development tools
  1. Create your first agent:
from grami_ai.agent import AsyncAgent
from grami_ai.tools import CalculatorTool, WebScraperTool
from grami_ai.memory import InMemoryAbstractMemory

async def main():
    # Initialize agent with tools and memory
    agent = AsyncAgent(
        tools=[CalculatorTool(), WebScraperTool()],
        memory=InMemoryAbstractMemory(),
        model="gemini-pro"  # or "gpt-3.5-turbo", "ollama/llama2", etc.
    )
    
    # Execute a task
    result = await agent.execute_task({
        "objective": "Calculate and explain",
        "input": "What is 25 * 48?"
    })
    
    print(result)

if __name__ == "__main__":
    import asyncio
    asyncio.run(main())
  1. Assign tasks to your agent:
from grami_ai.core.constants import Priority

# Create a task
task = {
    "objective": "Analyze this text document",
    "input": "Sample text for analysis",
    "priority": Priority.HIGH
}

# Assign and execute task
result = await agent.execute_task(task)

๐Ÿ“ฆ Core Components

1. Agents

  • Base agent class with common functionality
  • Customizable behavior and capabilities
  • Built-in task queue and priority handling

2. Memory

  • Multiple backend support (Redis, PostgreSQL, MongoDB)
  • Automatic data serialization/deserialization
  • Configurable retention and indexing

3. Events

  • Real-time communication between agents
  • Kafka-based event streaming
  • Event filtering and routing

4. Tools

  • Extensible tool interface
  • Built-in common tools
  • Custom tool development support

5. Configuration

  • Environment-specific settings
  • Secure secrets management
  • Dynamic configuration updates

๐Ÿ” API Configuration

Environment Variables

To use GRAMI AI with external services, you'll need to set up environment variables:

  1. Copy .env.example to .env
  2. Fill in your API credentials
# Copy example environment file
cp .env.example .env

# Edit .env with your credentials
nano .env

Required Environment Variables

  • GOOGLE_SEARCH_API_KEY: Google Custom Search API Key
  • GOOGLE_GEMINI_API_KEY: Google Gemini API Key
  • GOOGLE_SEARCH_ENGINE_ID: Google Custom Search Engine ID

Security Best Practices

  • Never commit .env to version control
  • Use a .gitignore file to exclude sensitive files
  • Rotate API keys regularly
  • Use environment-specific configurations

API Key Management

# Secure API key retrieval
api_key = os.environ.get('YOUR_API_KEY')
if not api_key:
    raise ValueError("API key not found. Set the environment variable.")

๐Ÿ”ง Development

  1. Clone the repository:
git clone https://github.com/yourusername/grami-ai.git
cd grami-ai
  1. Create a virtual environment:
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install development dependencies:
pip install -e ".[dev]"
  1. Run tests:
pytest tests/

๐Ÿ“– Documentation

Full documentation is available at docs.grami-ai.org

๐Ÿค Contributing

We welcome contributions! Please see our Contributing Guide for details.

๐Ÿ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.

๐Ÿ™ Acknowledgments

  • YAFATEK Solutions - The company behind GRAMI AI
  • The amazing open-source community
  • All our contributors and users

Vision

Grami AI is designed to revolutionize how developers build AI agents by providing a modern, async-first framework that emphasizes:

  • Asynchronous by Default: Built from the ground up for high-performance, non-blocking operations
  • Modular Architecture: Plug-and-play components for tools, memory, and LLM providers
  • Type Safety: Comprehensive type hints and protocol-based interfaces
  • Production Ready: Built for reliability and scalability in real-world applications

๐Ÿš€ Advanced Example: Digital Marketing Agency AI

๐ŸŒ Multi-Agent Digital Marketing System

GRAMI introduces a cutting-edge Digital Marketing Agency AI that demonstrates:

  • Real-time client interaction
  • Distributed task management
  • AI-powered strategy generation
  • Kafka-based inter-agent communication
  • Redis-backed global state management

Key Components

  • Growth Manager: Client interaction and task delegation
  • Market Researcher: Trend and market analysis
  • Content Creator: Strategic content generation
  • Social Media Manager: Platform-specific content planning

Example Usage

from examples.digital_marketing_agency import DigitalMarketingAgency

async def main():
    agency = DigitalMarketingAgency()
    await agency.start_agency_interaction()

Features

  • Asynchronous agent communication
  • Intelligent task distribution
  • Gemini-powered natural language processing
  • Scalable microservice architecture

๐Ÿ”ง Prerequisites

  • Redis server running
  • Kafka broker configured
  • Google Gemini API key

๐Ÿ“ฆ Dependencies

pip install grami-ai[kafka,redis]

๐Ÿ›ก๏ธ Security & Privacy

  • Environment-based configuration
  • Secure API key management
  • Minimal data persistence

๐Ÿš€ Advanced Use Cases

๐ŸŽจ Instagram Content Creation Agent

GRAMI introduces a cutting-edge Instagram Content Creation Agent that leverages multi-stage web search and AI-driven content generation:

from grami_ai.examples import InstagramContentAgent

# Create content for sustainable fashion
content_brief = {
    'topic': 'Sustainable Fashion',
    'target_audience': 'Millennials & Gen Z',
    'tone': 'Inspirational and Authentic'
}

agent = InstagramContentAgent()
content = await agent.create_instagram_content(content_brief)

Key Features:

  • Multi-stage web search for trend insights
  • AI-powered content generation
  • Platform-specific content variations
  • Comprehensive hashtag ecosystem
  • Interactive content strategies

๐Ÿ›  Supported Platforms

  • Instagram
  • TikTok (Coming Soon)
  • YouTube Shorts (Coming Soon)

๐Ÿ“Š Analytics & Insights

  • Trend tracking
  • Engagement prediction
  • Content performance analysis

Quick Start

# Install the base package
pip install grami-ai

# Install with optional features
pip install grami-ai[gemini]    # For Google Gemini support
pip install grami-ai[ollama]    # For Ollama support
pip install grami-ai[dev]       # For development tools

Basic Usage

from grami_ai.agent import AsyncAgent
from grami_ai.tools import CalculatorTool, WebScraperTool
from grami_ai.memory import InMemoryAbstractMemory

async def main():
    # Initialize agent with tools and memory
    agent = AsyncAgent(
        tools=[CalculatorTool(), WebScraperTool()],
        memory=InMemoryAbstractMemory(),
        model="gemini-pro"  # or "gpt-3.5-turbo", "ollama/llama2", etc.
    )
    
    # Execute tasks asynchronously
    result = await agent.execute(
        "Calculate the square root of the number of words on example.com"
    )
    print(result)

# Run the async function
import asyncio
asyncio.run(main())

Architecture

Grami AI is built on three core pillars:

1. Tools System

  • Protocol-based tool definition
  • Async execution
  • Built-in validation and error handling
  • Extensive tool library (web scraping, calculations, file operations, etc.)
from grami_ai.core.interfaces import AsyncTool
from typing import Any, Dict

class MyCustomTool(AsyncTool):
    async def run(self, input_data: str, **kwargs) -> Dict[str, Any]:
        # Your async tool implementation
        return {"result": processed_data}

2. Memory Management

  • Flexible memory backends (In-Memory, Redis, Custom)
  • Automatic context management
  • Memory size limits and pruning strategies
from grami_ai.memory import RedisMemory

memory = RedisMemory(
    redis_url="redis://localhost:6379",
    max_items=1000,
    ttl=3600  # 1 hour
)

3. LLM Integration

  • Support for multiple LLM providers
  • Streaming responses
  • Token management
  • Retry mechanisms
from grami_ai.llm import GeminiProvider

llm = GeminiProvider(
    api_key="your-api-key",
    model="gemini-pro",
    max_tokens=1000
)

Advanced Features

Parallel Tool Execution

async def parallel_execution():
    tools = [WebScraperTool(), CalculatorTool(), StringTool()]
    results = await asyncio.gather(*[
        tool.execute(input_data) 
        for tool in tools
    ])

Custom Memory Backend

from grami_ai.core.interfaces import AsyncMemoryProvider

class MyCustomMemory(AsyncMemoryProvider):
    async def add_item(self, key: str, value: dict) -> None:
        # Implementation
        pass

    async def get_items(self, key: str) -> list:
        # Implementation
        pass

Error Handling

from grami_ai.exceptions import ToolExecutionError

try:
    result = await agent.execute("complex task")
except ToolExecutionError as e:
    print(f"Tool execution failed: {e}")

Documentation

Comprehensive documentation is available at grami-ai.readthedocs.io, including:

  • Getting Started Guide
  • API Reference
  • Advanced Usage Examples
  • Contributing Guidelines

Contributing

We welcome contributions! Here's how you can help:

  1. Fork the repository
  2. Create a feature branch
  3. Write your changes
  4. Write tests for your changes
  5. Submit a pull request
# Development setup
git clone https://github.com/grami-ai/framework.git
cd framework
pip install -e .[dev]
pytest

License

MIT License

Copyright (c) 2024 YAFATEK Solutions

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Links

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

Uploaded Source

Built Distribution

grami_ai-0.2.310-py3-none-any.whl (60.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: grami_ai-0.2.310.tar.gz
  • Upload date:
  • Size: 59.1 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.2.310.tar.gz
Algorithm Hash digest
SHA256 ce7d963c780647b349edbe8c0f9c8667a9c93f5244bd6403b55ada7f53fff997
MD5 4759ff835c499b197c3aca3215605ca9
BLAKE2b-256 1981fe89695ec3ff8da9c4e00fc017b5729a8836903c7c3b57b911fcd5efc58b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grami_ai-0.2.310-py3-none-any.whl
  • Upload date:
  • Size: 60.8 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.2.310-py3-none-any.whl
Algorithm Hash digest
SHA256 ff1dd8b7cf91ffd4fce529309aa7ac864cdcfb8ec0cf9ae181c778ba6c3eee22
MD5 aae9532f064f620716e66a5b90f693af
BLAKE2b-256 de3887af89fb0ccb7696e708d1617f6e3e630878f6c2ac2c71f018e6d7bbfebe

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