ol-agent-kit 0.1.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
agent_kit/__init__.py ADDED
@@ -0,0 +1 @@
1
+ """Meta-package that installs agent-config-kit, witan, and witan-code together."""
@@ -0,0 +1,50 @@
1
+ Metadata-Version: 2.4
2
+ Name: ol-agent-kit
3
+ Version: 0.1.0
4
+ Summary: Meta-package: installs the full mitodl agent-kit toolkit (agent-config-kit's agent-kit CLI + witan + witan-code)
5
+ Project-URL: Homepage, https://github.com/mitodl/agent-kit
6
+ Project-URL: Repository, https://github.com/mitodl/agent-kit
7
+ Project-URL: Documentation, https://github.com/mitodl/agent-kit/blob/main/packages/agent-kit/README.md
8
+ Project-URL: Issues, https://github.com/mitodl/agent-kit/issues
9
+ License-Expression: BSD-3-Clause
10
+ Keywords: agent,coding-agent,mcp,meta-package
11
+ Classifier: Programming Language :: Python :: 3
12
+ Requires-Python: >=3.11
13
+ Requires-Dist: agent-config-kit[cli]>=0.3.7
14
+ Requires-Dist: witan-code>=0.2.0
15
+ Requires-Dist: witan-council>=0.2.0
16
+ Description-Content-Type: text/markdown
17
+
18
+ # ol-agent-kit
19
+
20
+ Meta-package that installs the full mitodl agent toolkit in one shot:
21
+
22
+ - [`agent-config-kit[cli]`](../agent-config-kit/README.md) — the `agent-kit` CLI for
23
+ applying `agent-config.toml` manifests across coding-agent platforms
24
+ - [`witan`](../../mcp/servers/witan/README.md) (PyPI: `witan-council`) — the agent
25
+ memory, planning, and task-coordination MCP server
26
+ - [`witan-code`](../../mcp/servers/witan-code/README.md) — the tree-sitter code-graph
27
+ MCP server, mounted under `witan code`
28
+
29
+ It carries no code of its own — it exists purely so `pip install ol-agent-kit` /
30
+ `uv tool install ol-agent-kit` pulls in all three at once. `agent-kit` was
31
+ already taken on PyPI (`agentkit` — PEP 503 normalizes hyphens/underscores/case,
32
+ so they collide), hence the `ol-` prefix on the *distribution* name; the
33
+ console script and command stay `agent-kit`.
34
+
35
+ ```bash
36
+ uv tool install ol-agent-kit
37
+ agent-kit apply agent-config.toml
38
+ witan setup --agent claude
39
+ witan-code --help
40
+ ```
41
+
42
+ ## Versioning
43
+
44
+ Version bumps go through [`bump-my-version`](https://github.com/callowayproject/bump-my-version)
45
+ (config in `[tool.bumpversion]`), same as `agent-config-kit`, `witan`, and
46
+ `witan-code`. `dependencies` versions in `pyproject.toml` are open-ended
47
+ floors (`agent-config-kit[cli]>=0.3.7`, `witan-council>=0.2.0`,
48
+ `witan-code>=0.2.0` — no upper bound), so a new release of any of the three
49
+ is picked up by a fresh install automatically without needing a matching
50
+ `ol-agent-kit` release.
@@ -0,0 +1,4 @@
1
+ agent_kit/__init__.py,sha256=3hcRJWOberYEI075Q-uR7WDjOtj2YWGLoDUTSuni89o,83
2
+ ol_agent_kit-0.1.0.dist-info/METADATA,sha256=VBJ6x5Q_L_Tvm2NvGKc74qfz3dvvQtz9nYtYiehQBFo,2263
3
+ ol_agent_kit-0.1.0.dist-info/WHEEL,sha256=lCkmxWfQsSc9CfIClYeavTdQeEX2toPqufh9gI35EQA,87
4
+ ol_agent_kit-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.31.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any