Metadata-Version: 2.4
Name: agentix-agent-sdk
Version: 0.0.1
Summary: Early placeholder for Agentix AI agent framework
Author: Prameet Savla
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Agentix

⚠️ This is an early placeholder release.

Agentix is an upcoming AI agent framework for building conversational and autonomous agents.

## Status
- Initial package published to reserve name
- Full release coming soon

## Example

from agentix import AgentixClient

agent = AgentixClient("demo")
print(agent.run("hello"))
