Skip to content

Commit a874bf6

Browse files
committed
Bump pyproject.toml version, and update path to mcp-agent in examples' requirements.txt
1 parent 28ec707 commit a874bf6

File tree

25 files changed

+121
-148
lines changed

25 files changed

+121
-148
lines changed

examples/basic/decorator/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Core framework dependency
2-
mcp-agent @ file://../../ # Link to the local mcp-agent project root
2+
mcp-agent @ file://../../../ # Link to the local mcp-agent project root
33

44
# Additional dependencies specific to this example
55
openai
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Core framework dependency
2-
mcp-agent @ file://../../ # Link to the local mcp-agent project root
2+
mcp-agent @ file://../../../ # Link to the local mcp-agent project root
33

44
# Additional dependencies specific to this example
55
openai

examples/basic/mcp_basic_agent/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Core framework dependency
2-
mcp-agent @ file://../../ # Link to the local mcp-agent project root
2+
mcp-agent @ file://../../../ # Link to the local mcp-agent project root
33

44
# Additional dependencies specific to this example
55
anthropic
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Core framework dependency
2-
mcp-agent @ file://../../ # Link to the local mcp-agent project root
2+
mcp-agent @ file://../../../ # Link to the local mcp-agent project root
33

44
# Additional dependencies specific to this example

examples/basic/mcp_model_selector/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Core framework dependency
2-
mcp-agent @ file://../../ # Link to the local mcp-agent project root
2+
mcp-agent @ file://../../../ # Link to the local mcp-agent project root
33

44
# Additional dependencies specific to this example
55
rich
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Core framework dependency
2-
mcp-agent @ file://../../ # Link to the local mcp-agent project root
2+
mcp-agent @ file://../../../ # Link to the local mcp-agent project root
33

44
# Additional dependencies specific to this example

examples/mcp/mcp_root_test/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Core framework dependency
2-
mcp-agent @ file://../../ # Link to the local mcp-agent project root
2+
mcp-agent @ file://../../../ # Link to the local mcp-agent project root
33

44
# Additional dependencies specific to this example
55
# Additional dependencies specific to this example
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Core framework dependency
2-
mcp-agent @ file://../../ # Link to the local mcp-agent project root
2+
mcp-agent @ file://../../../ # Link to the local mcp-agent project root
33

44
# Additional dependencies specific to this example
55
openai
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Core framework dependency
2-
mcp-agent @ file://../../ # Link to the local mcp-agent project root
2+
mcp-agent @ file://../../../ # Link to the local mcp-agent project root
33

44
# Additional dependencies specific to this example
55
openai
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Core framework dependency
2-
mcp-agent @ file://../../ # Link to the local mcp-agent project root
2+
mcp-agent @ file://../../../ # Link to the local mcp-agent project root
33

44
# Additional dependencies specific to this example
55
google-genai
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Core framework dependency
2-
mcp-agent @ file://../../ # Link to the local mcp-agent project root
2+
mcp-agent @ file://../../../ # Link to the local mcp-agent project root
33

44
# Additional dependencies specific to this example
55
openai

examples/usecases/mcp_basic_slack_agent/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Core framework dependency
2-
mcp-agent @ file://../../ # Link to the local mcp-agent project root
2+
mcp-agent @ file://../../../ # Link to the local mcp-agent project root
33

44
# Additional dependencies specific to this example
55
anthropic

examples/usecases/mcp_researcher/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Core framework dependency
2-
mcp-agent @ file://../../ # Link to the local mcp-agent project root
2+
mcp-agent @ file://../../../ # Link to the local mcp-agent project root
33

44
# Additional dependencies specific to this example
55
# Additional dependencies specific to this example

examples/usecases/streamlit_mcp_basic_agent/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Core framework dependency
2-
mcp-agent @ file://../../ # Link to the local mcp-agent project root
2+
mcp-agent @ file://../../../ # Link to the local mcp-agent project root
33

44
# Additional dependencies specific to this example
55
openai

examples/usecases/streamlit_mcp_rag_agent/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Core framework dependency
2-
mcp-agent @ file://../../ # Link to the local mcp-agent project root
2+
mcp-agent @ file://../../../ # Link to the local mcp-agent project root
33

44
# Additional dependencies specific to this example
55
openai

examples/workflows/workflow_evaluator_optimizer/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Core framework dependency
2-
mcp-agent @ file://../../ # Link to the local mcp-agent project root
2+
mcp-agent @ file://../../../ # Link to the local mcp-agent project root
33

44
# Additional dependencies specific to this example
55
anthropic

examples/workflows/workflow_intent_classifier/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Core framework dependency
2-
mcp-agent @ file://../../ # Link to the local mcp-agent project root
2+
mcp-agent @ file://../../../ # Link to the local mcp-agent project root
33

44
# Additional dependencies specific to this example
55
anthropic

examples/workflows/workflow_orchestrator_worker/graded_report.md

Lines changed: 70 additions & 108 deletions
Original file line numberDiff line numberDiff line change
@@ -2,111 +2,73 @@
22

33
## Proofreading Feedback
44

5-
**Corrections and Feedback:**
6-
7-
1. **Sentence 1:**
8-
- Original: "In the heart of Glimmerwood, a mystical forest knowed for its radiant trees, a small village thrived."
9-
- Correction: Change "knowed" to “known.”
10-
- Revised: "In the heart of Glimmerwood, a mystical forest known for its radiant trees, a small village thrived."
11-
12-
2. **Sentence 2:**
13-
- Original: "The villagers, who were live peacefully, shared their home with the forest's magical creatures, especially the Glimmerfoxes whose fur shimmer like moonlight."
14-
- Corrections:
15-
- Change “were live” to "lived."
16-
- Change "shimmer" to "shimmered."
17-
- Add a comma after "Glimmerfoxes."
18-
- Revised: "The villagers, who lived peacefully, shared their home with the forest's magical creatures, especially the Glimmerfoxes, whose fur shimmered like moonlight."
19-
20-
3. **Sentence 3:**
21-
- Original: "One fateful evening, the peace was shaterred when the infamous Dark Marauders attack."
22-
- Corrections:
23-
- Change "shaterred" to "shattered."
24-
- Change "attack" to "attacked."
25-
- Revised: "One fateful evening, the peace was shattered when the infamous Dark Marauders attacked."
26-
27-
4. **Sentence 4:**
28-
- Original: "Lead by the cunning Captain Thorn, the bandits aim to steal the precious Glimmerstones which was believed to grant immortality."
29-
- Corrections:
30-
- Change "Lead" to "Led."
31-
- Change "aim" to "aimed."
32-
- Change "was" to "were."
33-
- Add a comma after "Glimmerstones."
34-
- Revised: "Led by the cunning Captain Thorn, the bandits aimed to steal the precious Glimmerstones, which were believed to grant immortality."
35-
36-
5. **Sentence 5:**
37-
- Original: "Amidst the choas, a young girl named Elara stood her ground, she rallied the villagers and devised a clever plan."
38-
- Corrections:
39-
- Correct the spelling from "choas" to "chaos."
40-
- Consider separating into two sentences for clarity.
41-
- Add a comma after "villagers."
42-
- Revised: "Amidst the chaos, a young girl named Elara stood her ground. She rallied the villagers and devised a clever plan."
43-
44-
6. **Sentence 6:**
45-
- Original: "Using the forests natural defenses they lured the marauders into a trap."
46-
- Correction: Add an apostrophe to "forests" to make it possessive.
47-
- Revised: "Using the forest's natural defenses, they lured the marauders into a trap."
48-
49-
7. **Sentence 7:**
50-
- Original: "As the bandits aproached the village square, a herd of Glimmerfoxes emerged, blinding them with their dazzling light, the villagers seized the opportunity to captured the invaders."
51-
- Corrections:
52-
- Correct the spelling from "aproached" to "approached."
53-
- Consider separating into two sentences for clarity.
54-
- Change "captured" to "capture."
55-
- Revised: "As the bandits approached the village square, a herd of Glimmerfoxes emerged, blinding them with their dazzling light. The villagers seized the opportunity to capture the invaders."
56-
57-
8. **Sentence 8:**
58-
- Original: "Elara's bravery was celebrated and she was hailed as the 'Guardian of Glimmerwood'."
59-
- Correction: Add a comma after "celebrated."
60-
- Revised: "Elara's bravery was celebrated, and she was hailed as the 'Guardian of Glimmerwood.'"
61-
62-
9. **Sentence 9:**
63-
- Original: "The Glimmerstones were secured in a hidden grove protected by an ancient spell."
64-
- Feedback: This sentence is grammatically correct.
65-
66-
10. **Sentence 10:**
67-
- Original: "However, not all was as it seemed. The Glimmerstones true power was never confirm, and whispers of a hidden agenda linger among the villagers."
68-
- Corrections:
69-
- Add an apostrophe to "Glimmerstones" to make it possessive.
70-
- Change "confirm" to "confirmed."
71-
- Change "linger" to "lingered."
72-
- Revised: "However, not all was as it seemed. The Glimmerstones' true power was never confirmed, and whispers of a hidden agenda lingered among the villagers."
73-
74-
## Factuality and Logical Consistency
75-
76-
1. **Setting Description:**
77-
- The story effectively describes Glimmerwood, a mystical forest known for its radiant trees, setting a consistent fantasy tone with magical creatures like Glimmerfoxes.
78-
79-
2. **Character and Plot Consistency:**
80-
- The scenario with Elara rallying the villagers against the Dark Marauders aligns with common fantasy hero themes.
81-
- The belief in Glimmerstones granting immortality is inconsistent with the unresolved mystery of their true power, suggesting a need for earlier acknowledgment.
82-
- The forest's defenses and Glimmerfoxes' role in trapping marauders is plausible within the fantasy context, showcasing Elara’s bravery and cleverness.
83-
84-
3. **Logical Inconsistencies:**
85-
- The transition between invasion and resolution is abrupt; more detail would fortify understanding of the trap setup.
86-
- The mention of a "hidden agenda" requires clarification if pivotal to the plot.
87-
88-
## Adherence to APA Style Guidelines
89-
90-
1. **Title and Headings:**
91-
- Ensure the title "The Battle of Glimmerwood" appears centered and bolded.
92-
93-
2. **Font and Spacing:**
94-
- Consistent use of a 12-point Times New Roman font with double spacing.
95-
96-
3. **Margins:**
97-
- Standard 1-inch margins should be present on all sides.
98-
99-
4. **Grammar and Clarity:**
100-
- Improvements made by correcting grammar errors like "knowed" to "known" and resolving run-on sentences for clarity.
101-
- Proper past tense usage enforced for verbs such as "attack" to "attacked."
102-
103-
5. **Tone and Engagement:**
104-
- A formal but narrative tone is maintained while using engaging language to enhance plot and characters in adherence to style.
105-
106-
### Suggestions for Enhancement:
107-
108-
- **Character Development:** Additional background or internal dialogues for characters like Elara can heighten reader engagement.
109-
- **Descriptive Language:** Employing vivid descriptions for mystical elements enhances immersion.
110-
- **Conflict Resolution:** Detailed explanation of invasion repulsion strategies provides satisfying conflict resolution.
111-
112-
The feedback provided aims to refine the overall storytelling experience while ensuring adherence to APA formatting standards where applicable.
5+
### Grammar, Spelling, and Punctuation Errors
6+
1. "know" should be "known."
7+
2. "who were live" should be "who lived."
8+
3. "shimmer" should be "shimmered."
9+
4. "shaterred" should be "shattered."
10+
5. "attack" should be "attacked."
11+
6. "Lead" should be "Led."
12+
7. "aim" should be "aimed."
13+
8. "was" should be "were."
14+
9. "choas" should be "chaos."
15+
10. Comma after "ground" should be replaced with a period or semicolon for better clarity.
16+
11. Apostrophe correctness: "forests" should be "forest's."
17+
12. "aproached" should be "approached."
18+
13. Comma after "light" should be replaced with a period or semicolon.
19+
14. "captured" should be "capture."
20+
15. Comma needed after "celebrated."
21+
22+
### Awkward Phrasing
23+
- "In the heart of Glimmerwood, a mystical forest knowed for its radiant trees, a small village thrived." could be clearer. Consider rephrasing to: "In the heart of Glimmerwood, a mystical forest known for its radiant trees, thrived a small village."
24+
- "Whispers of a hidden agenda linger among the villagers" should be "lingered among the villagers" to maintain past tense consistency.
25+
26+
### Structural Issues
27+
- The paragraph detailing Elara’s bravery is slightly long and could be split for easier reading. Consider creating a new paragraph starting from "Using the forest's natural defenses..."
28+
29+
## Factuality and Logical Consistency Feedback
30+
31+
### Setting and Context Consistency
32+
- The story establishes a mystical setting in Glimmerwood, consistent throughout the narrative as a coherent backdrop for the events.
33+
34+
### Character Actions and Logic
35+
- Elara's actions fit her as courageous and resourceful, rallying villagers and devising plans is typical heroic trope.
36+
- The villagers' complex defensive maneuver execution might appear abrupt without prior preparedness hints.
37+
38+
### Plot Developments
39+
- Transition from peace to chaos is clear; however, the village's advanced trap needs context for feasibility.
40+
- Emphasize the villagers and Glimmerfoxes bond to improve plausibility.
41+
42+
### Logical Consistencies and Potential Contradictions
43+
- Quick transition from peace to orchestrated defense plan without backstory mars believability.
44+
- Clarify immortality belief in Glimmerstones for internal logic consistency.
45+
46+
### Conclusion
47+
- Narrative mostly consistent, needs exposition on villagers’ and forest's bond, and Elara's strategy.
48+
49+
## Style Adherence and Additional Feedback
50+
51+
### Narrative Flow
52+
- Well described beginning and open-ended ending for intrigue.
53+
- Detailed execution needed in Elara's plan to enhance reading engagement.
54+
55+
### Clarity of Expression
56+
- Correction of issues such as "knowed" to "known" necessary.
57+
- Improve sentence structure for clarity and flow.
58+
59+
### Tone
60+
- Consistent magical realism tone, suitable for heroism tales.
61+
- Emotional depth, particularly involving Elara's perspective, would enrich the tone.
62+
63+
### APA Style Adherence
64+
- Correct punctuation and capitalization help with professional readability. Although creative writing isn't APA-focused, basic consistency applies.
65+
66+
### Suggestions for Improvement
67+
1. **Enhance Detail in Key Scenes**: More drama in Elara's plan execution.
68+
2. **Correct Grammatical Errors**: Ensure clear, structured sentences.
69+
3. **Enrich Character Development**: Delve into Elara’s thoughts for engagement.
70+
4. **Apply Simple APA Elements**: Consistency in writing will improve readability.
71+
72+
---
73+
74+
By addressing these areas, the story should improve in coherence, engagement, and overall readability.

examples/workflows/workflow_orchestrator_worker/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Core framework dependency
2-
mcp-agent @ file://../../ # Link to the local mcp-agent project root
2+
mcp-agent @ file://../../../ # Link to the local mcp-agent project root
33

44
# Additional dependencies specific to this example
55
anthropic

examples/workflows/workflow_parallel/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Core framework dependency
2-
mcp-agent @ file://../../ # Link to the local mcp-agent project root
2+
mcp-agent @ file://../../../ # Link to the local mcp-agent project root
33

44
# Additional dependencies specific to this example
55
anthropic

examples/workflows/workflow_router/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Core framework dependency
2-
mcp-agent @ file://../../ # Link to the local mcp-agent project root
2+
mcp-agent @ file://../../../ # Link to the local mcp-agent project root
33

44
# Additional dependencies specific to this example
55
anthropic

examples/workflows/workflow_swarm/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Core framework dependency
2-
mcp-agent @ file://../../ # Link to the local mcp-agent project root
2+
mcp-agent @ file://../../../ # Link to the local mcp-agent project root
33

44
# Additional dependencies specific to this example
55
anthropic

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcp-agent"
3-
version = "0.0.17"
3+
version = "0.0.18"
44
description = "Build effective agents with Model Context Protocol (MCP) using simple, composable patterns."
55
readme = "README.md"
66
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)