# AGENTS

- [What is agency?](https://training.continuumlabs.ai/agents/what-is-agency.md): Philosophical Origins of the Agent Concept
- [Rephrase and Respond: Let Large Language Models Ask Better Questions for Themselves](https://training.continuumlabs.ai/agents/what-is-agency/rephrase-and-respond-let-large-language-models-ask-better-questions-for-themselves.md): Yihe Deng, Weitong Zhang, Zixiang Chen, Quanquan Gu (University of California, Los Angeles)
- [Types of Agents](https://training.continuumlabs.ai/agents/what-is-agency/types-of-agents.md)
- [The risk of AI agency](https://training.continuumlabs.ai/agents/what-is-agency/the-risk-of-ai-agency.md): The concept of AI agency is powerful, but comes with an array of risks
- [Understanding Personality in Large Language Models: A New Frontier in AI Psychology](https://training.continuumlabs.ai/agents/what-is-agency/understanding-personality-in-large-language-models-a-new-frontier-in-ai-psychology.md)
- [AI Agents - Reasoning, Planning, and Tool Calling](https://training.continuumlabs.ai/agents/what-is-agency/ai-agents-reasoning-planning-and-tool-calling.md)
- [Personality and Brand](https://training.continuumlabs.ai/agents/what-is-agency/personality-and-brand.md): How can we create large language models that have personality?
- [Agent Interaction via APIs](https://training.continuumlabs.ai/agents/what-is-agency/agent-interaction-via-apis.md)
- [Bridging Minds and Machines: The Legacy of Newell, Shaw, and Simon](https://training.continuumlabs.ai/agents/what-is-agency/bridging-minds-and-machines-the-legacy-of-newell-shaw-and-simon.md)
- [A Survey on Language Model based Autonomous Agents](https://training.continuumlabs.ai/agents/what-is-agency/a-survey-on-language-model-based-autonomous-agents.md)
- [Large Language Models as Agents](https://training.continuumlabs.ai/agents/what-is-agency/large-language-models-as-agents.md): The Rise and Potential of Large Language Model Based Agents : A Survey
- [AI Reasoning: A Deep Dive into Chain-of-Thought Prompting](https://training.continuumlabs.ai/agents/what-is-agency/ai-reasoning-a-deep-dive-into-chain-of-thought-prompting.md)
- [Enhancing AI Reasoning with Self-Taught Reasoner (STaR)](https://training.continuumlabs.ai/agents/what-is-agency/enhancing-ai-reasoning-with-self-taught-reasoner-star.md)
- [Exploring the Frontier of AI: The "Tree of Thoughts" Framework](https://training.continuumlabs.ai/agents/what-is-agency/exploring-the-frontier-of-ai-the-tree-of-thoughts-framework.md): December 2023 paper
- [Toolformer: Revolutionising Language Models with API Integration - An Analysis](https://training.continuumlabs.ai/agents/what-is-agency/toolformer-revolutionising-language-models-with-api-integration-an-analysis.md)
- [TaskMatrix.AI: Bridging Foundational AI Models with Specialised Systems for Enhanced Task Completion](https://training.continuumlabs.ai/agents/what-is-agency/taskmatrix.ai-bridging-foundational-ai-models-with-specialised-systems-for-enhanced-task-completion.md)
- [Unleashing the Power of LLMs in API Integration: The Rise of Gorilla](https://training.continuumlabs.ai/agents/what-is-agency/unleashing-the-power-of-llms-in-api-integration-the-rise-of-gorilla.md)
- [Andrew Ng's presentation on AI agents](https://training.continuumlabs.ai/agents/what-is-agency/andrew-ngs-presentation-on-ai-agents.md)
- [Making AI accessible with Andrej Karpathy and Stephanie Zhan](https://training.continuumlabs.ai/agents/what-is-agency/making-ai-accessible-with-andrej-karpathy-and-stephanie-zhan.md)


---

# 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://training.continuumlabs.ai/agents.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.
