# typeagent-py **Repository Path**: mirrors_microsoft/typeagent-py ## Basic Information - **Project Name**: typeagent-py - **Description**: Python port of part of the TypeAgent repo - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-07 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Python package 'typeagent' ### This is an experimental prototype Working toward a shared understanding of the MVP for structured RAG. ### This is sample code This is an in-progress project aiming at a Pythonic translation of [TypeAgent KnowPro](https://github.com/microsoft/TypeAgent/tree/main/ts/packages/knowPro) and a few related packages from TypeScript to Python. ### Warning This library will send its input to an LLM hosted by a third party. Don't use it to index confidential information. ### Documentation - Found in the [docs directory](docs/README.md) - Quick install: `pip install typeagent` - Download the [PyBay '25 PowerPoint slides](https://github.com/microsoft/typeagent-py/raw/refs/heads/main/docs/StructuredRagPyBay25.pptx) - Download the [PyBay '25 slides as PDF](https://github.com/microsoft/typeagent-py/raw/refs/heads/main/docs/StructuredRagPyBay25.pdf) - Watch the [PyBay '25 video](https://youtu.be/-klESD7iB-s) ## Trademarks This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow [Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general). Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.