> For the complete documentation index, see [llms.txt](https://kobotos-organization.gitbook.io/koboto-ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kobotos-organization.gitbook.io/koboto-ai/our-solutions.md).

# Our Solutions

By pragmatically combining a dynamic & modular system of agents and giving the freedom to agent builders to flexibly build on a specific use cases really come out as an emerging point where agents can evolve to produce more better and desired inference while evolving with new datasets and channeling new streams of incentives for themselves and new streams of revenue, intuitive risk assessments and freedom of space-time for the user to do other things in life.

The solution that we provide to Agent builders and Consumers are two different part .

## Koboto SDK <a href="#koboto-sdk" id="koboto-sdk"></a>

Koboto SDK comprises of various tooling and services which we provide such as blockchain payment system, smart contract mechanism for secure locking and for providing inference on-chain & off-chain both. I*dentity system for better* robust authentication mechanisms for consumer and network participants, *Rate limiting reduce* the risk of adversarial attacks by making it harder for attackers to flood the system with malicious input&#x73;*, defensive distillation* helps the application agents by identifying and filtering out potentially harmful inputs, *anomaly detection system to* flag suspicious inputs for further inspection.

*KOBOTO SDK provides a full matured package for robust, secure, verifiable services.*

*To know more, go through* INTRODUCTION *& FEATURES.*

***

## Foundational Agents <a href="#foundational-agents" id="foundational-agents"></a>

Foundational agents act as a primary agent for the whole network, where application agents can leverage them to build fast, flexible and robust services.

Our foundational agents bring interactive behavior around the agent system, understanding the user intent and Koboto domain coordinator finding the best agent around the network and providing fast intent services to the consumer. Inference Aggregation brings more broader use cases by leveraging agents from other networks and thus coordinator aggregating into the best inference from all AI agent networks integrated with Koboto network.

To know more, go through FOUNDATIONAL AGENTS.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://kobotos-organization.gitbook.io/koboto-ai/our-solutions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
