Skip to content

Vibe coded general agent#148

Merged
bernomone merged 3 commits into
mainfrom
vibe-coded-general-agent
Jul 22, 2025
Merged

Vibe coded general agent#148
bernomone merged 3 commits into
mainfrom
vibe-coded-general-agent

Conversation

@bernomone

Copy link
Copy Markdown
Collaborator

Ho chiesto a claude code di rendere askademic più flessibile, la soluzione più semplice era secondo lui creare un agente generalista molto semplice che si beccasse le richieste che non rientrano nelle nostre categorie, ho provato un pò e non è male.

Abbiamo anche delle evals:

image image

Comment thread setup.cfg
@@ -1,2 +1,2 @@
[flake8]
max-line-length = 99
max-line-length = 120

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

questo a che serve?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Ad aumentare un po' la lunghezza tollerata delle righe, 99 caratteri era pochino

Comment thread src/askademic/general.py Outdated
)


SYSTEM_PROMPT_GENERAL = """

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

possiamo usare la stessa struttura esistente coi prompt tutti nello stesso posto in file appositi? Seccante che te l'abbia fatto in questo modo

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Giusto, li sposto

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Spostato

Comment thread CLAUDE.md
@@ -0,0 +1,103 @@
# CLAUDE.md

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Perché ti ha duplicato creando un readme diverso?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Questa è una roba interna di Claude code, lo genera così se lo rilegge ed ha del contesto sul progetto

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

eh ma che invadente che è, gli dobbiamo pure tenere i file

- "Tell me more about this article http://arxiv.org/pdf/2108.12542v2.
How is the Donor Pool defined?"
</delegation_instructions>
You are an intelligent orchestrator agent that routes academic requests to the most appropriate handler.

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

mi piace che si è aggiunto "intelligent" LOL

@martinapugliese martinapugliese left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Berna ho solo qualche domanda

@bernomone
bernomone merged commit e5c4e43 into main Jul 22, 2025
3 checks passed
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