-
Notifications
You must be signed in to change notification settings - Fork 38
Description
Hi @NathanTerbert,
I tested the deployed application and I’m facing issues with both main features: Post Generator and Stack Analyst.
Here are the details:
1. Post Generator (X / LinkedIn posts)
Issue:
The post generator is not responding at all. The agent/bot does not generate any output after submitting a prompt.
Steps to reproduce:
- Go to the deployed app
- Open the Post Generator section
- Select either X or LinkedIn post
- Enter any prompt/content
- Click generate
- Result: No response is generated, the bot doesn’t reply, and nothing happens.
Expected Behavior:
The agent should generate a post for the selected platform based on the input prompt.
Actual Behavior:
The agent stays silent and produces no output.
2. Stack Analyst
Issue:
The Stack Analyst seems stuck after a few initial steps and doesn’t complete the analysis.
Observed Behavior:
When I provide a GitHub repository URL, the bot shows only these messages in sequence:
- “Getting GitHub URL”
- “Fetching repo metadata”
- “Analyzing stack”
After this, it stops completely and doesn’t return any result.
If I try to continue the conversation, it again asks me to provide a valid GitHub URL, even though I already provided one.
Steps to reproduce:
- Go to the Stack Analyst section
- Enter a valid GitHub repository URL
- Bot shows the 3 steps mentioned above
- After that, it freezes and stops responding
- When continuing chat, it restarts and again asks for GitHub URL
Expected Behavior:
After analyzing, the agent should return stack details (tech used, frameworks, etc.)
Actual Behavior:
The agent stops after “analyzing stack” and doesn’t provide any final output.
Environment:
Browser: Chrome
OS: macOS
I went through the application flow and since this platform doesn’t handle private user data or personalized content, I don’t think authentication/OAuth is required at the moment. The main issue seems to be the core functionality not completing its workflow.
If you’d like, I’m open to helping debug or work on fixing this.