An SDK to build AI agents
Project description
Stark Agents
An SDK to build AI agents
Installation
# install from PyPI
pip install stark-agents
Usage
from stark.agent import Agent
input = {"role": "user", "content": "Hi, how are you?"}
agent = Agent(
...
)
result = Runner(agent).run(input=input)
print(result)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
stark_agents-0.0.2.tar.gz
(189.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file stark_agents-0.0.2.tar.gz.
File metadata
- Download URL: stark_agents-0.0.2.tar.gz
- Upload date:
- Size: 189.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be90e906bb486e6163e8e67ed47e42ff99097842900b57a0bbe34dbca7c4a849
|
|
| MD5 |
1294b7f4dcc473c5a4ce3a0093868bdd
|
|
| BLAKE2b-256 |
ef79b37dd02f1b57226801ff2a109b4a40f92b75c261efb1b0f06f44c820d343
|
File details
Details for the file stark_agents-0.0.2-py3-none-any.whl.
File metadata
- Download URL: stark_agents-0.0.2-py3-none-any.whl
- Upload date:
- Size: 15.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fdb37962f37a9ccafb46078fa3205640d5874524b518ad5f4f4421ae1d93cc6e
|
|
| MD5 |
acc294fe1d33e944dc34188dd6ae984d
|
|
| BLAKE2b-256 |
dc2cbe71bc731f4fa0e80caaafa7b2770d13c9b9a83ccadfffd438fccb11c53d
|