Metadata-Version: 2.4
Name: fabricatio-question
Version: 0.1.3
Summary: An extension of fabricatio, which provide the capability to question user to make better planning and etc.
Project-URL: Homepage, https://github.com/Whth/fabricatio
Project-URL: Repository, https://github.com/Whth/fabricatio
Project-URL: Issues, https://github.com/Whth/fabricatio/issues
Author-email: Whth <zettainspector@foxmail.com>
License: MIT License
        
        Copyright (c) 2025 Whth Yotta
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Typing :: Typed
Requires-Python: <3.14,>=3.12
Requires-Dist: fabricatio-core
Requires-Dist: questionary>=2.1.0
Description-Content-Type: text/markdown

# `fabricatio-question`

An extension of fabricatio, which provide the capability to question user to make better planning and etc..

---

## 📦 Installation

This package is part of the `fabricatio` monorepo and can be installed as an optional dependency:

```bash
pip install fabricatio[question]
```

Or install all components:

```bash
pip install fabricatio[full]
```

## 🔍 Overview

Provides essential tools for:

### User Questioning
This package enables the system to ask relevant questions to the user. It analyzes the current state of the task or conversation and determines what information is needed to make better planning decisions. For example, in a project planning scenario, it might ask about the project's budget, timeline, or specific requirements.

### Information Gathering
By asking questions, it can gather crucial information from the user. This information is then used to improve the accuracy and effectiveness of the planning process. It can handle different types of responses and integrate the collected data into the overall system.

### Integration with Fabricatio
It is designed to work seamlessly with the Fabricatio framework. It can communicate with other modules in the Fabricatio ecosystem to ensure that the questions asked are relevant to the overall context and that the gathered information is used appropriately.

...



## 🧩 Key Features

### Intelligent Question Generation
The package uses advanced algorithms to generate intelligent questions. It takes into account the current context, the user's previous responses, and the overall goal of the task. This ensures that the questions are relevant, clear, and likely to elicit useful information.

### Response Analysis
It can analyze the user's responses to the questions. It can extract relevant information from the responses, understand the user's intentions, and use this information to guide the next steps in the planning process.

### Context Awareness
The system is context - aware, meaning it can adapt the questions based on the current state of the conversation or task. It can remember previous questions and responses, and use this knowledge to ask more targeted and meaningful questions.

...


## 🔗 Dependencies

Core dependencies:

- `fabricatio-core` - Core interfaces and utilities
This dependency provides the fundamental building blocks for the Fabricatio framework. It includes interfaces for task management, event handling, and data models. The `fabricatio-question` package uses these interfaces to interact with other modules in the Fabricatio ecosystem and ensure that the questioning process is integrated with the overall system.
  ...

## 📄 License

MIT – see [LICENSE](LICENSE)

GitHub: [github.com/Whth/fabricatio](https://github.com/Whth/fabricatio)