Found 369 repositories(showing 30)
msitarzewski
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy injectors to reality checkers. Each agent is a specialized expert with personality, processes, and proven deliverables.
dfinke
High-agency PowerShell AI framework for multi-agent orchestration and autonomous systems engineering
sanbuphy
🏛️ Directive · OpenClaw Multi-Agent Orchestration System — 10 AI agents modeled after the U.S. Federal Executive Branch. Dual independent veto layers (White House Counsel + OMB), per-department Inspector General auditing, inter-agency task forces, and a real-time Situation Room dashboard. Separation of powers, by design.
study8677
OpenCMO: An open-source, multi-agent AI Chief Marketing Officer built with OpenAI Agents SDK & Crawl4AI. Your BYOK alternative to $99/mo AI marketing agencies.
flashvenom
Quickfire is an insurance AMS built for P&C teams, independent agencies, wholesalers, and brokers. It’s designed to seamlessly integrate third-party APIs, support customizable workflows, and provide agentic AI tools that streamline both renewals and new business. Quickfire delivers true desktop-grade speed on the blazing-fast Blazor framework.
Uomi-network
Pioneering blockchain network enabling AI agents to operate autonomously through economic agency. Uomi empowers digital entities to deliver real-world value, transact independently, and evolve through market dynamics, creating a new paradigm of AI-driven decentralized intelligence.
pompeii-labs
The first AI agent with *agency*
Anas-Khan93
Your entire AI agency, ready to work. Frontend builders, community growth strategists, creativity boosters, and critical thinkers, every agent is designed with unique skills, processes, and real results in mind.
zhengxuyu
145 AI agent talents converted from msitarzewski/agency-agents in Talent Market format
ajhcs
51 specialized AI agents for US healthcare administration. MHA-level expertise in revenue cycle, compliance, quality, clinical ops, payer relations, health IT, and more. Modeled after agency-agents.
pawbytes
50+ AI agent skills for Claude, Codex, OpenClaw etc — agentic marketing automation, AI creative agency, and developer productivity tools
leeknowsai
Paperclip MC plugin for browsing, assigning, and managing AI agent personas from the agency-agents library (github.com/msitarzewski/agency-agents)
Datakult0r
24/7 autonomous grant discovery system with MCP web scraping, A2A distributed agents, and Google Sheets automation for AI agencies
Aryia-Behroziuan
The earliest work in computerized knowledge representation was focused on general problem solvers such as the General Problem Solver (GPS) system developed by Allen Newell and Herbert A. Simon in 1959. These systems featured data structures for planning and decomposition. The system would begin with a goal. It would then decompose that goal into sub-goals and then set out to construct strategies that could accomplish each subgoal. In these early days of AI, general search algorithms such as A* were also developed. However, the amorphous problem definitions for systems such as GPS meant that they worked only for very constrained toy domains (e.g. the "blocks world"). In order to tackle non-toy problems, AI researchers such as Ed Feigenbaum and Frederick Hayes-Roth realized that it was necessary to focus systems on more constrained problems. These efforts led to the cognitive revolution in psychology and to the phase of AI focused on knowledge representation that resulted in expert systems in the 1970s and 80s, production systems, frame languages, etc. Rather than general problem solvers, AI changed its focus to expert systems that could match human competence on a specific task, such as medical diagnosis. Expert systems gave us the terminology still in use today where AI systems are divided into a Knowledge Base with facts about the world and rules and an inference engine that applies the rules to the knowledge base in order to answer questions and solve problems. In these early systems the knowledge base tended to be a fairly flat structure, essentially assertions about the values of variables used by the rules.[2] In addition to expert systems, other researchers developed the concept of frame-based languages in the mid-1980s. A frame is similar to an object class: It is an abstract description of a category describing things in the world, problems, and potential solutions. Frames were originally used on systems geared toward human interaction, e.g. understanding natural language and the social settings in which various default expectations such as ordering food in a restaurant narrow the search space and allow the system to choose appropriate responses to dynamic situations. It was not long before the frame communities and the rule-based researchers realized that there was synergy between their approaches. Frames were good for representing the real world, described as classes, subclasses, slots (data values) with various constraints on possible values. Rules were good for representing and utilizing complex logic such as the process to make a medical diagnosis. Integrated systems were developed that combined Frames and Rules. One of the most powerful and well known was the 1983 Knowledge Engineering Environment (KEE) from Intellicorp. KEE had a complete rule engine with forward and backward chaining. It also had a complete frame based knowledge base with triggers, slots (data values), inheritance, and message passing. Although message passing originated in the object-oriented community rather than AI it was quickly embraced by AI researchers as well in environments such as KEE and in the operating systems for Lisp machines from Symbolics, Xerox, and Texas Instruments.[3] The integration of Frames, rules, and object-oriented programming was significantly driven by commercial ventures such as KEE and Symbolics spun off from various research projects. At the same time as this was occurring, there was another strain of research that was less commercially focused and was driven by mathematical logic and automated theorem proving. One of the most influential languages in this research was the KL-ONE language of the mid-'80s. KL-ONE was a frame language that had a rigorous semantics, formal definitions for concepts such as an Is-A relation.[4] KL-ONE and languages that were influenced by it such as Loom had an automated reasoning engine that was based on formal logic rather than on IF-THEN rules. This reasoner is called the classifier. A classifier can analyze a set of declarations and infer new assertions, for example, redefine a class to be a subclass or superclass of some other class that wasn't formally specified. In this way the classifier can function as an inference engine, deducing new facts from an existing knowledge base. The classifier can also provide consistency checking on a knowledge base (which in the case of KL-ONE languages is also referred to as an Ontology).[5] Another area of knowledge representation research was the problem of common sense reasoning. One of the first realizations learned from trying to make software that can function with human natural language was that humans regularly draw on an extensive foundation of knowledge about the real world that we simply take for granted but that is not at all obvious to an artificial agent. Basic principles of common sense physics, causality, intentions, etc. An example is the frame problem, that in an event driven logic there need to be axioms that state things maintain position from one moment to the next unless they are moved by some external force. In order to make a true artificial intelligence agent that can converse with humans using natural language and can process basic statements and questions about the world, it is essential to represent this kind of knowledge. One of the most ambitious programs to tackle this problem was Doug Lenat's Cyc project. Cyc established its own Frame language and had large numbers of analysts document various areas of common sense reasoning in that language. The knowledge recorded in Cyc included common sense models of time, causality, physics, intentions, and many others.[6] The starting point for knowledge representation is the knowledge representation hypothesis first formalized by Brian C. Smith in 1985:[7] Any mechanically embodied intelligent process will be comprised of structural ingredients that a) we as external observers naturally take to represent a propositional account of the knowledge that the overall process exhibits, and b) independent of such external semantic attribution, play a formal but causal and essential role in engendering the behavior that manifests that knowledge. Currently one of the most active areas of knowledge representation research are projects associated with the Semantic Web. The Semantic Web seeks to add a layer of semantics (meaning) on top of the current Internet. Rather than indexing web sites and pages via keywords, the Semantic Web creates large ontologies of concepts. Searching for a concept will be more effective than traditional text only searches. Frame languages and automatic classification play a big part in the vision for the future Semantic Web. The automatic classification gives developers technology to provide order on a constantly evolving network of knowledge. Defining ontologies that are static and incapable of evolving on the fly would be very limiting for Internet-based systems. The classifier technology provides the ability to deal with the dynamic environment of the Internet. Recent projects funded primarily by the Defense Advanced Research Projects Agency (DARPA) have integrated frame languages and classifiers with markup languages based on XML. The Resource Description Framework (RDF) provides the basic capability to define classes, subclasses, and properties of objects. The Web Ontology Language (OWL) provides additional levels of semantics and enables integration with classification engines.[8][9]
ChristianAlexander
A demonstration of Ash AI and Reactor, with a travel agency chat agent
shawnsony07
AI Recruiter Agency - An AI-powered resume analysis and job matching system that automates candidate screening using LLaMA 3.2 and coordinated AI agents.
pipeabellos
500+ curated tools, resources, and agencies for builders and creators. With MCP server for AI coding agents.
mauseoluwasegun
This project is designed to create a fully functional AI agency that features a dynamic CEO and an innovative marketing agent. The primary objective is to streamline marketing efforts by harnessing the power of artificial intelligence and automation, ultimately enhancing client outreach and engagement.
Dev-Dennis-040
80+ AI specialist agents from The Agency, converted to OpenClaw SKILL.md format
amanraghuvanshi
AI services agency simulated entirely by agents
lucacadalora
Jatevo Agency Framework — 72 specialized AI agents across 9 departments
JackInSightsV2
Fully Automated Agentic AI Web Agency Built Around Claude Code
caioreix
CLI tool to browse and install AI agents from The Agency into your preferred agentic tool.
z1fex
Your full-service AI agency. 7 teams, 100+ agents, 9 workflows. Clone it, open in Claude Code, say "onboard" — zero setup, zero API keys, just results.
How About Real World Travel Agency Using AI Agents
bludragon66613-sys
AI agency — 156 specialized agents across engineering, design, marketing, product, sales, and more. Powered by agency-agents.
thinknimble
A collection of specialized AI agents to streamline our software agency workflows.
josembuitron
BRIDGE Development Pipeline. From business requirements to delivered solutions using AI agents. Built for development agencies, consultancies, and engineering teams.
opensauria
Your AI workforce. Multi-agent orchestrator across Telegram, Slack, WhatsApp, Discord, and many more. The first solo AI agency to rule them all 🦎
alexv879
VoyageCrew The Multi-Agent AI Travel Agency That Designs Your Trip From Scratch — orchestrating flights, hotels, activities, local experiences, safety advice, and transit plans into one seamless itinerary. This CrewAi app uses specialized AI agents that collaborate to turn a travel request into a complete trip, presented in a Gradio interface.