Skip to content
@tbh-ai

clyrai (Formerly TBH.AI)

Securing the AI Revolution. Building Trustworthy Systems for the Future.

TBH.AI (Now know as clyrai) - Trustworthy AI Systems

Main

Building Secure, Trustworthy AI Infrastructure

About clyrai

TBH.AI (Now know as clyrai) is at the forefront of AI security, developing frameworks, tools, and models that enable organizations to build and deploy trustworthy AI systems.
Our mission is to ensure that as AI becomes more powerful and pervasive, it remains secure, reliable, and aligned with human values.

The name change (clyrai) reflects our broader vision and long-term commitment to pioneering innovation in AI + security, while continuing to build on the strong foundation established under TBH.AI.

Our Focus Areas

  • AI Security Frameworks: Comprehensive security architectures for multi-agent AI systems
  • Secure LLM Infrastructure: Tools and methodologies for deploying large language models in secure environments
  • Trustworthy AI Research: Advancing the state of the art in AI alignment, safety, and security

Our Projects

SecureAgents is our flagship open-source framework for building secure, trustworthy multi-agent systems. It provides a comprehensive security architecture that addresses the unique challenges of distributed AI systems.

Key Features:

  • Agent hijacking prevention
  • Data leakage protection
  • Secure inter-agent communication
  • Fine-grained permission controls
  • Comprehensive monitoring and auditing
from tbh_secure_agents import Expert, Operation, Squad
import os

# Create output directory
os.makedirs("output", exist_ok=True)

# Define experts with specific specialties and security profiles
content_writer = Expert(
    specialty="Content Writer",
    objective="Create engaging and informative content",
    background="Experienced in creating clear, concise, and engaging content.",
    security_profile="minimal"  # Using minimal security for simplicity
)

# Define operations with result destinations
content_operation = Operation(
    instructions="Write a short blog post about AI security.",
    output_format="A well-structured blog post with a title, introduction, main points, and conclusion.",
    expert=content_writer,
    result_destination="output/ai_security_blog.md"  # Save result to a markdown file
)

# Deploy the operation
result = content_operation.deploy()

A comprehensive collection of tools for evaluating and enhancing the security of AI systems, including:

  • LLM vulnerability scanners
  • Prompt injection detection
  • Data poisoning detection
  • Model backdoor analysis
  • Red teaming automation

Research and Publications

Our team regularly publishes research on AI security, safety, and trustworthiness. Recent publications include:

  • Zero-Trust Architecture for Enterprise AI: A comprehensive implementation framework for regulated industries
  • Secure Multi-Agent Systems: Design patterns and security architectures for distributed AI
  • LLM Security Benchmarks: Standardized evaluation methodologies for large language model security

Getting Started

To get started with our projects:

  1. Check out the SecureAgents repository
  2. Read our documentation
  3. Try our examples

Contributing

We welcome contributions from the community! If you're interested in contributing to our projects:

  1. Check out our contribution guidelines
  2. Look for issues labeled good first issue or help wanted
  3. Join our community discussions to connect with other contributors

Contact

License

Our projects are typically released under the Apache 2.0. See individual repositories for specific licensing information.

Pinned Loading

  1. SecureAgents SecureAgents Public

    Build secure, trustworthy agent systems

    Python 1 1

Repositories

Showing 2 of 2 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…