Igniters - [Week3] Production Track: Alex - Agentic Equities Explainer#82
Open
iJoshy wants to merge 3 commits intoed-donner:mainfrom
Open
Igniters - [Week3] Production Track: Alex - Agentic Equities Explainer#82iJoshy wants to merge 3 commits intoed-donner:mainfrom
iJoshy wants to merge 3 commits intoed-donner:mainfrom
Conversation
|
Great to see @iJoshy Good efforts @ed-donner This is ready to be merged. |
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.
Alex - Agentic Learning Equities Explainer
Enterprise-grade, multi-agent financial planning SaaS built on AWS + OpenAI Agents SDK
Researches markets and ingests knowledge
Architecture
graph TB Researcher[Researcher Agent on App Runner] --> Bedrock[AWS Bedrock<br/>gpt-oss-120b] Researcher --> Ingest[Ingest Lambda + API Gateway] Ingest --> SageMaker[SageMaker Embeddings] Ingest --> V[(S3 Vectors)]Improvements Added in This Implementation
The following enhancements were added to make the researcher significantly more agentic and resilient:
ResearchBriefandrender_research_taskwith explicit objective, guardrails, output sections, and quality checksadd_todo_item,complete_todo_item,get_todo_statusrecord_sourceandget_source_logtoolsingestion_count) to allow ingest oncegpt-oss-120b,us-west-2)bedrock_model_id+bedrock_regionvariables and App Runner env wiringRESEARCHER_MCP_TIMEOUT_SECONDS,RESEARCHER_MAX_TURNS,RESEARCHER_REQUEST_TIMEOUT_SECONDS)browser_search) and tightened source limitsFiles Updated for These Improvements
backend/researcher/context.pybackend/researcher/tools.pybackend/researcher/server.pybackend/researcher/deploy.pyterraform/4_researcher/variables.tfterraform/4_researcher/main.tfterraform/4_researcher/terraform.tfvars.exampleResearcher Runtime Tuning
These env vars control reliability/latency behavior in
backend/researcher/server.py:Tune recommendations:
Roadmap Ideas
record_sourceledgerApplication Source
The complete application is available at: https://github.com/iJoshy/alex
See the README.md in the repository for detailed information about implementation, setup, and usage.
Other Week 3 Exercises
🚀 Cybersecurity Analyst on AZURE
🚀 Cybersecurity Analyst on GCP
@iamumarjaved
Cc @ed-donner