Stale "Agentspan" product-name references in agents READMEs 🐛

Open Beginner friendly
#173 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
82/100
Issue type
Documentation
Clarity
Clearly specified
Activity status
Active
Tech stack
typescript
Domain
documentation

Research direction

Start with the listed README files under examples/agents and run grep -rin agentspan to find the additional comments and documentation references. Replace only the prose and product-name usages, preserving the _agentspan metadata property noted in the issue. Review the diff and confirm the stale user-facing references are gone without changing the serializer property.

Written by the indexing model from the issue text.

Description

bug documentation good first issue

The old product name "Agentspan" still appears in several of the agents example READMEs. It should be scrubbed from user-facing docs (the public API/error hierarchy already dropped it — see AgentspanErrorConductorAgentError in the CHANGELOG).

Where
File Lines Snippet
examples/agents/langgraph/README.md 3, 63, 85, 109, 147, 162, 186 "Add agentspan metadata", "add agentspan import", "After (Agentspan)"
examples/agents/vercel-ai/README.md 68, 113 "builds a Agentspan Agent", "// agentspan Agent + Runtime"
examples/agents/adk/README.md 57 "// ^^^ add agentspan import"
examples/agents/openai/README.md 51 "// ^^^ add agentspan import"
Note for whoever fixes this

Not every hit is a product-name leak. The (graph as any)._agentspan = { ... } metadata property (langgraph README, docs/agents/frameworks/langgraph.md, langchain.md) is a real internal property the serializer reads — leave that one alone. Only the prose/product-name usages ("Agentspan", "add agentspan import", "After (Agentspan)") should be reworded.

There are also a few non-README hits (examples/agents/*.ts comments, AGENTS.md, eslint.config.mjs) worth sweeping while you're in there — grep -rin agentspan finds them all.


Refiled on behalf of @maria-shimkovska from conductor-oss/conductor#1536 (moved here since the references live in this repo).

Dominant language
TypeScript
Stars
58
Forks
20
Avg merge
1d 13h
Merged PRs (30d)
7

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from conductor-oss/javascript-sdk

All issues in conductor-oss/javascript-sdk

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.