Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node names and other stuff #38

Merged
merged 12 commits into from
Oct 2, 2024
Merged

Node names and other stuff #38

merged 12 commits into from
Oct 2, 2024

Conversation

ollmer
Copy link
Collaborator

@ollmer ollmer commented Oct 1, 2024

  • Auto node names from classes if not set explicitly
  • Subagent node with the name derived from subagent name
  • Named inputs for subagents
  • Readme example from the intro
  • prompt_with_guidance() convenience wrapper function
  • hello_world.py example with the same example as item 1 in intro and readme.
  • move usermodel classes from the core to the example
  • test for make traces example do not override the test resources anymore
  • simplified API keys handling in the intro notebook

@ollmer ollmer requested a review from rizar October 1, 2024 15:31
Copy link
Collaborator

@rizar rizar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! I'm a little bit apprehensive about having links from the nodes to the subagents. This can have nasty effects for agent serialization. But Chain is not a very high priority at the moment, so can address this later. Also we are not yet sure who for what will be using agent serialization....

tapeagents/agent.py Outdated Show resolved Hide resolved
tapeagents/agent.py Show resolved Hide resolved
tapeagents/chain.py Outdated Show resolved Hide resolved
tapeagents/chain.py Outdated Show resolved Hide resolved
@ollmer ollmer merged commit e3d1ed9 into main Oct 2, 2024
2 checks passed
@ollmer ollmer deleted the node_names branch October 2, 2024 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants