8 个仓库
Architectural patterns for designing and implementing autonomous AI agents.
Distinguishing note: Focuses on the logic and architecture of agentic systems.
Explore 8 awesome GitHub repositories matching artificial intelligence & ml · Autonomous Agent Patterns. Refine with filters or upvote what's useful.
This project provides a comprehensive framework for building, training, and managing autonomous agents. It enables the construction of systems that utilize language models to plan, manage memory, and execute multi-step tasks through iterative reasoning loops and tool-based actions. The framework distinguishes itself by offering specialized capabilities for interacting with graphical user interfaces and legacy software, allowing agents to perceive visual elements and perform actions like a human user. It supports complex, cross-application workflows through graph-based orchestration and provid
Provides structured educational resources for building and implementing intelligent autonomous agents.
This framework provides a set of architectural principles and design patterns for building production-ready autonomous agents. It focuses on structuring automated systems that maintain consistent execution, manage complex internal states, and support reliable error recovery through a state machine-based methodology. The system distinguishes itself by integrating human-in-the-loop orchestration directly into automated workflows. By incorporating manual oversight and validation checkpoints, it ensures safety and accuracy during critical decision-making processes. The framework also emphasizes d
Defines architectural guidelines for structuring reliable, production-ready autonomous agent systems.
CS-Base is a comprehensive educational platform and technical repository designed to support software engineers in mastering backend architecture, artificial intelligence engineering, and career development. It functions as a centralized knowledge hub that combines illustrated theoretical tutorials with practical, project-based learning to bridge the gap between foundational computer science concepts and professional industry requirements. The project distinguishes itself by integrating a robust career mentorship framework with advanced AI engineering resources. It provides users with tools f
Explains core components and reasoning patterns for building autonomous agent architectures.
This project is a comprehensive framework for developing, orchestrating, and deploying autonomous agents. It provides a structured environment for building agents that utilize reasoning loops to perform multi-step tasks, manage state through graph-based workflows, and interact with external tools. By mapping unstructured model outputs into typed schemas, the framework ensures reliable integration with downstream application logic. The platform distinguishes itself through a focus on production-grade reliability and security. It incorporates hybrid memory systems that combine vector embeddings
Implements architectural patterns for designing and executing autonomous AI agents that reason and act.
This project is a collection of architectural templates and design patterns for building autonomous AI agents. It provides a framework for transitioning from simple prompt-response loops to goal-oriented systems that utilize structural patterns to increase autonomy and improve the reliability of complex task completion. The framework focuses on reasoning orchestration, specifically through the implementation of reflection and self-correction cycles. It enables the coordination of specialized agents via task delegation and state sharing to solve complex problems. The architectural surface cov
Provides architectural templates and structural patterns to increase autonomy and reasoning in AI agents.
This project provides a collection of reference implementations, architectural patterns, and SDK samples for building autonomous agents using large language models. It serves as a multi-language framework for implementing and deploying specialized AI agents across diverse programming environments. The system centers on an orchestration framework that combines deterministic code with adaptive reasoning through structured graph workflows. It utilizes schema-driven integration to connect agents with third-party applications and diverse AI models. The development lifecycle is supported by toolki
Provides architectural patterns and reference implementations for designing specialized autonomous AI agents.
This is an educational resource that provides a comprehensive guide to blockchain and distributed ledger technologies, covering everything from fundamental concepts to practical deployment. The guide systematically explains the core architecture of blockchain systems, including consensus-based distributed ledgers, cryptographic hash chains, Merkle trees, and smart contract execution engines, while also detailing permissioned channel architectures and modular service platforms for enterprise use. The resource distinguishes itself by offering a dual-track learning path that serves both non-tech
Teaches mainstream agentic design patterns like ReAct and Plan-and-Execute for multi-agent collaboration architectures.
该项目是一个用于构建、评估和连接自主代理系统的综合框架。它提供了一个标准化架构模式库,用于实现复杂的代理工作流,包括多代理编排、迭代推理和内存管理。通过为模型提供者提供统一接口,该框架允许跨不同人工智能服务进行一致的代理执行。 该框架通过专注于严格的基准测试和确定性控制脱颖而出。它包括一套用于根据标准化任务和质量指标评估代理性能的工具,从而能够比较不同的设计模式。为了确保可靠性,该系统结合了确定性路由门和自校正循环,在外部执行前验证代理操作并根据质量标准优化输出。 该架构支持广泛的功能,包括用于现实世界任务完成的工具集成、用于上下文感知响应的检索增强生成,以及用于跨会话维护信息的模块化内存管理。这些组件通过标准化的执行契约链接,确保无论底层模型或特定架构配置如何,行为都保持一致。 该存储库结构化为一系列演示这些模式和基准测试方法的 Jupyter Notebooks。
Implements standardized architectural patterns for reasoning, retrieval, and memory to construct autonomous agents.