Metadata-Version: 2.4
Name: awaithumans
Version: 0.0.1
Summary: The human layer for AI agents. Your agents already await promises. Now they can await humans.
Project-URL: Homepage, https://awaithumans.dev
Project-URL: Repository, https://github.com/awaithumans/awaithumans
Project-URL: Issues, https://github.com/awaithumans/awaithumans/issues
Author-email: Await Humans <hello@awaithumans.com>
License-Expression: MIT
Keywords: agent-workflow,ai-agents,await,hitl,human-in-the-loop,human-layer,human-review,langchain,langgraph,temporal
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# awaithumans

**Your agents already await promises. Now they can await humans.**

The human layer for AI agents — open source, developer-native, three lines of code.

```python
from awaithumans import await_human

result = await await_human(
    task="Approve this refund?",
    payload_schema=RefundPayload,
    payload=RefundPayload(amount=240, customer="cus_123"),
    response_schema=RefundDecision,
    timeout_seconds=900,
)
```

## Coming Soon

This package is under active development. Follow the repo for updates:

- **GitHub:** [github.com/awaithumans/awaithumans](https://github.com/awaithumans/awaithumans)
- **Website:** [awaithumans.dev](https://awaithumans.dev)

## License

MIT
