Metadata-Version: 2.3
Name: myteam
Version: 0.3.1
Summary: Agent roster CLI
Author: BeanLab
License: MIT License
         
         Copyright (c) 2026 Bean Lab
         
         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.
Requires-Dist: fire>=0.5
Requires-Dist: pydantic>=2.11
Requires-Dist: requests>=2.32.5
Requires-Dist: pyyaml>=6.0
Requires-Dist: pyparsing>=3.3.2
Requires-Dist: jinja2>=3.1.6
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# Myteam

`myteam` is a framework for building agent harnesses.

```bash
pip install myteam
```

Then start your favorite agent and ask:

```text
Please run `myteam onboard` and briefly explain to me how you can help me build a better harness.
```

See also:

- [governing documents](src/governing_docs) (which is what `myteam onboard` prints).
- [motivating philosophy](src/governing_docs/myteam-philosophy.md)

## Skills and Workflows

**Skills** are simply content-on-demand. They have a description that instructs the agent about when and why to retrieve the associated content.

See [skills.md](src/governing_docs/scenarios/skills.md).

**Workflows** are pipelines of agent sessions. They can be invoked directly by the user, or by an agent as if it were a tool. 

See [workflows.md](src/governing_docs/scenarios/workflows/workflows.md).

## Requirements

- Python 3.11+

## License

MIT
