Agentris
LabsAgentris Labs Logo

Building Tommorow's Agents, Today

Agentris Framework

The ultimate agent framework for building sophisticated AI applications. Coordinate swarms of specialized agents across multiple providers with power and precision. Create agents with domain specific knowledge and seamlessly integrate them with platforms like Discord or Twitter with pre-built connectors.

$npm installagentris-framework

Multi-Provider Agent Swarms

Orchestrate collaborative agents across OpenAI, Anthropic, and other providers with automatic task distribution based on agent specialization.

Advanced Tool Integration

Connect agents to Twitter, web search, databases, and other tools with structured interfaces that make complex interactions simple.

Enhanced Memory System

Implement sophisticated memory with vector storage for long-term retention and contextual recall using state-of-the-art embedding models.

Adaptive Learning Agents

Agents that learn and evolve over time, adapting to new information and improving their performance through experience and feedback loops.

Knowledge Base Integration

Powerful knowledge base system with vector embeddings that enables your agents to access, retrieve, and leverage structured information for accurate responses.

Platform Connectors

Seamless integration with Twitter, Discord, and other platforms, enabling agents to interact directly with users through popular social channels.

terminal@agentris-framework
// Create an enhanced multi-provider agent swarm
import { KnowledgeBase, EmbeddingService, Agent, AgentRole, DiscordConnector } from 'agentris-framework';
 
// Define specialized agents with different providers
const researchAgent = new Agent({
name: 'Researcher',
role: AgentRole.RESEARCHER,
provider: { type: ProviderType.OPENAI, model: 'gpt-4o' }
});
 
const analysisAgent = new Agent({
name: 'Analyst',
role: AgentRole.ANALYST,
provider: { type: ProviderType.ANTHROPIC, model: 'claude-3-5-sonnet' }
});
 
// Create and deploy the swarm with advanced planning
const swarm = new AgentSwarm({
agents: [researchAgent, analysisAgent],
coordinator: new Agent({ name: 'Coordinator', role: AgentRole.COORDINATOR }),
planner: new EnhancedPlanner({ dependency_inference: true }),
memory: new EnhancedMemory(vectorStore)
});
 
// Execute complex tasks with a single command
const result = await swarm.run({
task: "Research and analyze the impact of the latest AI developments",
tools: [new WebSearchTool(), new TwitterMonitorTool()],
stream: true
});

Ultimate AI Applications

The agentris-framework enables you to build sophisticated AI applications with multiple agents working together to solve complex problems.

Agent Swarm Architecture

Build a coordinated team of specialized AI agents that work together to solve complex problems, with automatic task allocation and dependency resolution.

Multi-AgentCoordinationPlanning

Autonomous Researchers

Deploy agents that can search the web, analyze information, generate insights, and create comprehensive reports without human intervention.

Web SearchAnalysisReport Generation

Persistent Memory Systems

Implement sophisticated vector-based memory with both short and long-term storage, enabling contextual recall and nuanced conversation handling.

EmbeddingsVector StoreContext

Social Media Monitoring

Create agents that monitor Twitter in real-time, respond to mentions, analyze sentiment, and engage with audiences at scale.

TwitterEngagementMonitoring

Custom Support Agents

Build powerful Discord support agents with custom knowledge bases that can answer customer questions, provide real-time assistance, and handle complex inquiries using your own content.

DiscordKnowledge BaseCustomer Support

Intelligent Planning Systems

Implement advanced planning with automated dependency inference, parallel execution, and dynamic task prioritization.

PlanningParallelizationWorkflow

A Swarm of Web3 Agents

A dedicated network of AI agents to automate your crypto operations and stay ahead of the market. Research, analyze and execute on autopilot.

AI Chat Interface

Intuitive chat interface for seamless interaction with your personal AI agents

Smart Trading Agents

Automated agents that can perform swaps, snipe tokens, and provide liquidity

Market Analysis

Real-time research and analysis of coins and market opportunities

Automated Actions

Execute complex on-chain operations through simple chat commands

chat@agentris-web3

I need to analyze the latest AI tokens and set up automated trading.

I'll analyze the top trending AI tokens and their market metrics. Would you like me to set up automated buy/sell triggers based on specific criteria?

Yes, please set up triggers for tokens with high social engagement and rising volume.

Let's establish the exact trigger criteria for social signals and volume patterns. I'll execute trades automatically when opportunities match your criteria. You'll be notified of all actions in real-time via Discord.

Ready to build with Agentris?

Start creating sophisticated AI applications today with our open-source framework. Join our community of developers and AI enthusiasts.

Join the Community

agentris-framework is open source under the MIT License. Join our community to contribute and help shape the future of AI agent frameworks.