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.1.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.1.tar.gz.
File metadata
- Download URL: stark_agents-0.0.1.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 |
bc4bcad7cabf1b8894f0df80777a7c30486fb0ca9902be56d22f32cb88b66c85
|
|
| MD5 |
4fa3c5850475100ea7be328e1aec1302
|
|
| BLAKE2b-256 |
19250e6056be9fa7841d5f06894bb25101dd97a13d3344b0c5c8dba5e25b2412
|
File details
Details for the file stark_agents-0.0.1-py3-none-any.whl.
File metadata
- Download URL: stark_agents-0.0.1-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 |
2d84062c21e7caa8eeda733ef75a5298b8fc7c95f8603eed883bbfc3e966ead1
|
|
| MD5 |
6e848932cd9d2b32156d73711132576d
|
|
| BLAKE2b-256 |
56c4077695940909133d790c392825e3d4ac4788b7bb17a24928180a65f13edf
|