feat: add employee hub agent example for benchmarking - #34
Merged
Conversation
Member
|
Hi @naamaz I made some modifications to this PR for a complete Smith run and adds the generated artifacts, so the example can be used to exercise Smith end-to-end (policy creation → test generation → testing → refinement). Changes
Notes
SummaryOverall I think this is good to go (i.e. ready to be merged). |
Contributor
Author
|
It looks good to me. Please go ahead and merge it. @dhl123 |
dhl123
approved these changes
Jul 27, 2026
Member
|
Hi @naamaz, please also rebase the previous commits to include your signature. You can use "git commit -s -m". The merging is blocked because some commits do not have verified signatures. Thanks! |
Add the Enterprise Employee Hub example agent under examples/employee: a SQLite-backed employee hub with a pure-Python API layer, a FastMCP tool server, and a LangGraph ReAct agent. Includes the Smith inputs (smith/guidance.txt, system_vars.json, mcp_tool_summary.md) and generated tool specs so it can be used as a benchmarking target. Relates to IBM#33 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: naamaz <naamaz@il.ibm.com>
Signed-off-by: Hailun Ding <hailun.ding@ibm.com>
Signed-off-by: Hailun Ding <hailun.ding@ibm.com>
naamaz
force-pushed
the
examples/employee-agent
branch
from
July 28, 2026 07:05
c3b60df to
11084f9
Compare
Contributor
Author
|
@dhl123 Done. Rebased so all commits are signed and now show as Verified. Ready to merge whenever you're ready :) thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new agent example under
examples/employee/— the Enterprise Employee Hub — to expand the set of benchmarking targets requested in #33.The example is a self-contained MCP agent:
api/)server.py)agent.py) plus a small web UI (web.py,ui/)init_db.py,seed.py,schema.sql)It also ships the Smith per-target-agent inputs so it can be pointed at directly:
smith/guidance.txt— natural-language policy rulessmith/system_vars.json— session/system variablessmith/mcp_tool_summary.md— tool summarysmith/smith_outputs/specs/*.json— generated per-tool specsNotes
examples/employee/are added (55 files); no other files are touched..DS_Storeand__pycache__are excluded via.gitignore..env.examplecontains placeholders only (no secrets).Relates to #33
🤖 Generated with Claude Code