# Mansa AgentCraft

Whether you're a newcomer seeking an easy entry point or a seasoned developer aiming to build complex cognitive architectures, AgentCraft provides the tools you need to craft intelligent, model-agnostic, and database-flexible autonomous agents.

#### Features

Easily build agents or cognitive architectures (multi-agent scripts) with the following AgentCraft functionality:

Customizable Agents: Tailor agents to fit your specific use cases with ease. Custom Tools & Actions: Extend functionality by creating custom tools and actions. Dynamic Prompt Templates: Utilize flexible prompt templates that adapt to various contexts. LLM Agnostic Agents: Run different agents with different LLMs as per your requirements. On-The-Fly Prompt Editing: Modify prompts in real-time without restarting the system. OpenAI, Google & Anthropic API Support: Seamlessly integrate with popular LLM APIs. Open-Source Model Support: Leverage local models through Ollama and LMStudio.


---

# Agent Instructions: 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:

```
GET https://litepaper.mansa.world/mansa-agentcraft.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
